Completed
Pull Request — master (#1830)
by Gerry
04:01
created
lib/exe/css.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -285,6 +285,7 @@  discard block
 block discarded – undo
285 285
  *
286 286
  * @param string $tpl the used template
287 287
  * @param bool   $preview load preview replacements
288
+ * @param boolean|string $flavour
288 289
  * @return array with keys 'stylesheets' and 'replacements'
289 290
  */
290 291
 function css_styleini($tpl, $flavour=DEFAULT_FLAVOUR, $preview=false) {
@@ -380,6 +381,7 @@  discard block
 block discarded – undo
380 381
  *
381 382
  * @param string $mediatype type ofthe current media files/content set
382 383
  * @param array $files set of files that define the current mediatype
384
+ * @param string $flavour
383 385
  * @return array
384 386
  */
385 387
 function css_filewrapper($mediatype, $flavour=DEFAULT_FLAVOUR, $files=array()){
@@ -505,6 +507,9 @@  discard block
 block discarded – undo
505 507
     protected $location;             // base url location of the CSS/Less file
506 508
     protected $relative_path = null;
507 509
 
510
+    /**
511
+     * @param string $file
512
+     */
508 513
     public function __construct($file) {
509 514
         $this->filepath = $file;
510 515
     }
Please login to merge, or discard this patch.