Completed
Push — master ( 4c93a4...288b18 )
by Jason
13s
created
src/ViewableDataObject.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -227,7 +227,7 @@
 block discarded – undo
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
         );
Please login to merge, or discard this patch.