@@ -227,7 +227,7 @@ |
||
227 | 227 | // If any of the extensions return `0` consider the segment invalid |
228 | 228 | $extensionResponses = array_filter( |
229 | 229 | (array) $this->owner->extend('augmentValidURLSegment'), |
230 | - function ($response) { |
|
230 | + function($response) { |
|
231 | 231 | return !is_null($response); |
232 | 232 | } |
233 | 233 | ); |