Test Failed
Pull Request — master (#1)
by
unknown
38:28
created
components/MinifyComponent.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -225,6 +225,9 @@
 block discarded – undo
225 225
         return $version;
226 226
     }
227 227
 
228
+    /**
229
+     * @param boolean $bucket
230
+     */
228 231
     protected function s3Path( $bucket , $fileName )
229 232
     {
230 233
         return "https://s3.amazonaws.com/".$bucket."/".$fileName;
Please login to merge, or discard this patch.