Passed
Push — master ( 8a00f9...089bd1 )
by Enjoys
01:38
created
src/Render/Html/Js.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
     {
27 27
         $result = '';
28 28
         foreach ($paths as $path) {
29
-           $result .= "<script src='{$path}{$this->environment->getVersion()}'></script>\n";
29
+            $result .= "<script src='{$path}{$this->environment->getVersion()}'></script>\n";
30 30
         }
31 31
         return $result;
32 32
     }
Please login to merge, or discard this patch.