@@ -104,9 +104,9 @@ |
||
104 | 104 | } |
105 | 105 | |
106 | 106 | // ensure proper variable types |
107 | - $value = (string) $value; |
|
108 | - $type = (string) $type; |
|
109 | - $weight = (int) $weight; |
|
107 | + $value = (string)$value; |
|
108 | + $type = (string)$type; |
|
109 | + $weight = (int)$weight; |
|
110 | 110 | |
111 | 111 | if ('stylesheet' == $type) { |
112 | 112 | $this->styleSheets->add([$value => $weight]); |