Failed Conditions
Push — refactorCachePSR2 ( 0db577 )
by Michael
02:54
created
lib/exe/css.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -484,6 +484,9 @@
 block discarded – undo
484 484
     protected $location;             // base url location of the CSS/Less file
485 485
     protected $relative_path = null;
486 486
 
487
+    /**
488
+     * @param string $file
489
+     */
487 490
     public function __construct($file) {
488 491
         $this->filepath = $file;
489 492
     }
Please login to merge, or discard this patch.