Skip to content

Commit 2e4b61c

Browse files
committed
fix cs
1 parent af9b052 commit 2e4b61c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/Processors/RouteProcessor.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,10 @@ private function getReflectionMethod(array $routeAction): ?object
194194
private function containsSerializedClosure(array $action): bool
195195
{
196196
return is_string($action['uses']) && Str::startsWith($action['uses'], [
197-
'C:32:"Opis\\Closure\\SerializableClosure',
198-
'O:47:"Laravel\SerializableClosure\\SerializableClosure',
199-
'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure',
200-
]);
197+
'C:32:"Opis\\Closure\\SerializableClosure',
198+
'O:47:"Laravel\SerializableClosure\\SerializableClosure',
199+
'O:55:"Laravel\\SerializableClosure\\UnsignedSerializableClosure',
200+
]);
201201
}
202202

203203
protected function buildTree(array &$routes, array $segments, array $request): void
@@ -310,7 +310,7 @@ protected function handleEdgeCases(array $messages): array
310310
/**
311311
* In this case we have received what is most likely a Rule Object but are not certain.
312312
*
313-
* @param $probableRule
313+
* @param $probableRule
314314
* @return string
315315
*/
316316
protected function safelyStringifyClassBasedRule($probableRule): string

0 commit comments

Comments
 (0)