You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: improve readability and consistency in BoostServiceProvider
- Update docblock annotations for clarity.
- Merge `match` statement cases for concise handling.
- Adjust visibility of `registerBladeDirectives` to private.
@@ -123,13 +124,13 @@ private function registerRoutes(): void
123
124
}
124
125
125
126
/**
126
-
* Build a string message for the log based on various input types. Single dimensional, and multi:
127
-
* "data":[
128
-
* {"message":"Unhandled Promise Rejection","reason":{"name":"TypeError","message":"NetworkError when attempting to fetch resource.","stack":""}}]
127
+
* Build a string message for the log based on various input types. Single-dimensional, and multi:
128
+
* "data": {"message":"Unhandled Promise Rejection","reason":{"name":"TypeError","message":"NetworkError when attempting to fetch resource.","stack":""}}]
0 commit comments