Completed
Pull Request — master (#242)
by
unknown
07:39
created
classes/autoptimizeScripts.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -414,6 +414,10 @@  discard block
 block discarded – undo
414 414
     }
415 415
 
416 416
     // Checks against the white- and blacklists
417
+
418
+    /**
419
+     * @param string $tag
420
+     */
417 421
     private function ismergeable($tag)
418 422
     {
419 423
         if ( ! $this->aggregate ) {
@@ -534,7 +538,7 @@  discard block
 block discarded – undo
534 538
      * @param string $filepath Filepath.
535 539
      * @param bool $cache_miss Optional. Force a cache miss. Default false.
536 540
      *
537
-     * @return bool|string Url pointing to the minified js file or false.
541
+     * @return false|string Url pointing to the minified js file or false.
538 542
      */
539 543
     public function minify_single( $filepath, $cache_miss = false )
540 544
     {
Please login to merge, or discard this patch.