Passed
Pull Request — master (#12)
by Stefano
02:04
created
src/View/Helper/AssetHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
55 55
     public function get(string $name): string
56 56
     {
57 57
         if (!empty($this->assets[$name])) {
58
-            $name = (string)$this->assets[$name];
58
+            $name = (string) $this->assets[$name];
59 59
         }
60 60
 
61 61
         return $name;
Please login to merge, or discard this patch.