Passed
Push — master ( 9e7cad...7929d2 )
by Caen
03:29 queued 12s
created
packages/framework/src/Modules/Metadata/Models/LinkElement.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
             return '';
32 32
         }
33 33
 
34
-        return sprintf(' %s', collect($this->attr)->map(function ($value, $key) {
34
+        return sprintf(' %s', collect($this->attr)->map(function($value, $key) {
35 35
             return e($key).'="'.e($value).'"';
36 36
         })->implode(' '));
37 37
     }
Please login to merge, or discard this patch.