Passed
Push — master ( 54e78a...186df7 )
by Peter
02:24
created
src/Grid/Factory/BaseFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
     {
141 141
         $urlGenerator = $this->urlGenerator;
142 142
 
143
-        $hrefClosure = function ($attribute, IEntity $entity) use ($urlGenerator) {
143
+        $hrefClosure = function($attribute, IEntity $entity) use ($urlGenerator) {
144 144
             // @phan-suppress-next-line PhanTypeMismatchArgument
145 145
             return $urlGenerator->createFromName($attribute, $entity->getId());
146 146
         };
Please login to merge, or discard this patch.