@@ -414,6 +414,10 @@ discard block |
||
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 |
||
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 | { |