Passed
Push — master ( 56857b...e389a5 )
by Peter
02:09
created
src/Grid/Factory/File.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -125,7 +125,7 @@  discard block
 block discarded – undo
125 125
     {
126 126
         $attributeCallbacks = parent::getAttributeCallbacks();
127 127
 
128
-        $attributeCallbacks[Html5::ATTR_CLASS] = function ($attribute, Entity $entity) {
128
+        $attributeCallbacks[Html5::ATTR_CLASS] = function($attribute, Entity $entity) {
129 129
             return $entity->isWritable() ? $attribute : Component::INTENT_HIDDEN;
130 130
         };
131 131
 
@@ -139,7 +139,7 @@  discard block
 block discarded – undo
139 139
     {
140 140
         $urlGenerator = $this->urlGenerator;
141 141
 
142
-        $closure = function ($attribute, Entity $entity) use ($urlGenerator) {
142
+        $closure = function($attribute, Entity $entity) use ($urlGenerator) {
143 143
             try {
144 144
                 // @phan-suppress-next-line PhanTypeMismatchArgument
145 145
                 return $urlGenerator->createFromName($attribute, $entity->getFilesystemName());
Please login to merge, or discard this patch.