Passed
Push — master ( f85738...3d85c1 )
by Peter
04:52
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
             return $urlGenerator->createFromName($attribute, $entity->getId());
145 145
         };
146 146
 
Please login to merge, or discard this patch.