Completed
Push — master ( e2157e...ba5676 )
by Alexpts
02:29
created
src/PTS/StaticManager/StaticManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
 
56 56
         $result = '';
57 57
         foreach ($scripts as $script) {
58
-            $result .= "<script src='" . $script . "'></script>\n";
58
+            $result .= "<script src='".$script."'></script>\n";
59 59
         }
60 60
 
61 61
         return $result;
@@ -68,7 +68,7 @@  discard block
 block discarded – undo
68 68
 
69 69
         $result = '';
70 70
         foreach ($styles as $style) {
71
-            $result .= "<link rel='stylesheet' href='" . $style . "' />\n";
71
+            $result .= "<link rel='stylesheet' href='".$style."' />\n";
72 72
         }
73 73
 
74 74
         return $result;
Please login to merge, or discard this patch.