Test Setup Failed
Pull Request — master (#69)
by
unknown
03:57
created
components/CSS.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -141,6 +141,9 @@  discard block
 block discarded – undo
141 141
         $this->view->cssFiles[$file] = self::cssFile($file, $this->view->cssOptions);
142 142
     }
143 143
 
144
+    /**
145
+     * @param string $url
146
+     */
144 147
     public static function cssFile($url, $options = [])
145 148
     {
146 149
         if (!isset($options['rel'])) {
@@ -171,6 +174,10 @@  discard block
 block discarded – undo
171 174
         return Html::tag('link', '', $options);
172 175
     }
173 176
 
177
+    /**
178
+     * @param string $content
179
+     * @param string $condition
180
+     */
174 181
     private static function wrapIntoCondition($content, $condition)
175 182
     {
176 183
         if (strpos($condition, '!IE') !== false) {
Please login to merge, or discard this patch.