@@ -95,7 +95,7 @@ discard block |
||
| 95 | 95 | ]; |
| 96 | 96 | } catch (\Exception $e) { |
| 97 | 97 | echo 'Exception thrown when fetching Eloquent API resource response for ['.implode(',', |
| 98 | - $route->methods)."] {$route->uri}.\n"; |
|
| 98 | + $route->methods)."] {$route->uri}.\n"; |
|
| 99 | 99 | if (Flags::$shouldBeVerbose) { |
| 100 | 100 | Utils::dumpException($e); |
| 101 | 101 | } else { |
@@ -116,10 +116,10 @@ discard block |
||
| 116 | 116 | array_filter($tags, |
| 117 | 117 | function ($tag) { |
| 118 | 118 | return ($tag instanceof Tag) && in_array(strtolower($tag->getName()), |
| 119 | - [ |
|
| 120 | - 'apiresource', |
|
| 121 | - 'apiresourcecollection' |
|
| 122 | - ]); |
|
| 119 | + [ |
|
| 120 | + 'apiresource', |
|
| 121 | + 'apiresourcecollection' |
|
| 122 | + ]); |
|
| 123 | 123 | }) |
| 124 | 124 | ); |
| 125 | 125 | |