File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -194,10 +194,10 @@ private function getReflectionMethod(array $routeAction): ?object
194
194
private function containsSerializedClosure (array $ action ): bool
195
195
{
196
196
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
+ ]);
201
201
}
202
202
203
203
protected function buildTree (array &$ routes , array $ segments , array $ request ): void
@@ -310,7 +310,7 @@ protected function handleEdgeCases(array $messages): array
310
310
/**
311
311
* In this case we have received what is most likely a Rule Object but are not certain.
312
312
*
313
- * @param $probableRule
313
+ * @param $probableRule
314
314
* @return string
315
315
*/
316
316
protected function safelyStringifyClassBasedRule ($ probableRule ): string
You can’t perform that action at this time.
0 commit comments