Passed
Push — master ( c2c9e6...d51752 )
by Enjoys
53s queued 13s
created
src/Extensions/Twig/AssetsExtension.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@
 block discarded – undo
60 60
     ): void {
61 61
         $this->assetsCollector->add(
62 62
             $type,
63
-            array_map(function ($item) {
63
+            array_map(function($item) {
64 64
                 if ($this->loader === null) {
65 65
                     return $item;
66 66
                 }
Please login to merge, or discard this patch.