Passed
Push — master ( 3f8836...b2af2b )
by Peter
02:47
created
src/Grid/Factory/Page.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -153,7 +153,7 @@
 block discarded – undo
153 153
         $urlGenerator = $this->urlGenerator;
154 154
 
155 155
         // @phan-suppress-next-line PhanUnusedVariable
156
-        $hrefClosure = function ($attribute, Entity $entity) use ($urlGenerator) {
156
+        $hrefClosure = function($attribute, Entity $entity) use ($urlGenerator) {
157 157
             // @phan-suppress-next-line PhanTypeMismatchArgument
158 158
             return $urlGenerator->createFromName(Route::FALLBACK, $entity->getIdentifier());
159 159
         };
Please login to merge, or discard this patch.