diff --git a/src/JShrink/Minifier.php b/src/JShrink/Minifier.php index f0a078d..9baed46 100644 --- a/src/JShrink/Minifier.php +++ b/src/JShrink/Minifier.php @@ -679,7 +679,7 @@ protected function endsInKeyword() { * Replace patterns in the given string and store the replacement * * @param string $js The string to lock - * @return bool + * @return string */ protected function lock($js) { @@ -704,7 +704,7 @@ protected function lock($js) * Replace "locks" with the original characters * * @param string $js The string to unlock - * @return bool + * @return string */ protected function unlock($js) {