Completed
Push — master ( ddfe7c...cc32be )
by Alexpts
06:47 queued 04:50
created
src/PTS/StaticManager/StaticManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
 
52 52
         $result = '';
53 53
         foreach ($scripts as $script) {
54
-            $result .=  "<script src='" . $script . "'></script>\n";
54
+            $result .= "<script src='".$script."'></script>\n";
55 55
         }
56 56
 
57 57
         return $result;
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
 
65 65
         $result = '';
66 66
         foreach ($styles as $style) {
67
-            $result .= "<link rel='stylesheet' href='" . $style . "' />\n";
67
+            $result .= "<link rel='stylesheet' href='".$style."' />\n";
68 68
         }
69 69
 
70 70
         return $result;
Please login to merge, or discard this patch.