Completed
Push — master ( 11330b...6fb67e )
by Greg
03:58
created
src/Task/Assets/ImageMinify.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -447,6 +447,9 @@  discard block
 block discarded – undo
447 447
         return $exec->inflect($this)->printed(false)->run();
448 448
     }
449 449
 
450
+    /**
451
+     * @param string $executable
452
+     */
450 453
     protected function installFromImagemin($executable)
451 454
     {
452 455
         // check if there is an url defined for the executable
@@ -602,6 +605,9 @@  discard block
 block discarded – undo
602 605
         return $command;
603 606
     }
604 607
 
608
+    /**
609
+     * @param string $text
610
+     */
605 611
     public static function camelCase($text)
606 612
     {
607 613
         // non-alpha and non-numeric characters become spaces
Please login to merge, or discard this patch.