@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | { |
77 | 77 | $helper = clone $this->helper; |
78 | 78 | $helper->appendFile('/js/test1.js') |
79 | - ->appendFile('/js/test2.js'); |
|
79 | + ->appendFile('/js/test2.js'); |
|
80 | 80 | |
81 | 81 | $result = $helper->toString(); |
82 | 82 | $domDocument = new \DOMDocument(); |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | { |
97 | 97 | $helper = clone $this->helper; |
98 | 98 | $helper->appendFile('/js/test1.js') |
99 | - ->prependFile('/js/test2.js'); |
|
99 | + ->prependFile('/js/test2.js'); |
|
100 | 100 | |
101 | 101 | $result = $helper->toString(); |
102 | 102 | $domDocument = new \DOMDocument(); |
@@ -76,7 +76,7 @@ discard block |
||
76 | 76 | { |
77 | 77 | $helper = clone $this->helper; |
78 | 78 | $helper->appendStylesheet('/css/test1.css') |
79 | - ->appendStylesheet('/css/test2.css'); |
|
79 | + ->appendStylesheet('/css/test2.css'); |
|
80 | 80 | |
81 | 81 | $result = $helper->toString(); |
82 | 82 | $domDocument = new \DOMDocument(); |
@@ -96,7 +96,7 @@ discard block |
||
96 | 96 | { |
97 | 97 | $helper = clone $this->helper; |
98 | 98 | $helper->appendStylesheet('/css/test1.css') |
99 | - ->prependStylesheet('/css/test2.css'); |
|
99 | + ->prependStylesheet('/css/test2.css'); |
|
100 | 100 | |
101 | 101 | $result = $helper->toString(); |
102 | 102 | $domDocument = new \DOMDocument(); |
@@ -71,7 +71,7 @@ |
||
71 | 71 | // returned in $items. |
72 | 72 | $links = $this->minifyFile($minifiedFile, $cacheDir, $cacheItems, $items) |
73 | 73 | // Generate the links |
74 | - ->generateLinks($items); |
|
74 | + ->generateLinks($items); |
|
75 | 75 | |
76 | 76 | return $indent . implode($this->escape($this->getSeparator()) . $indent, $links); |
77 | 77 | } |