fix normal/verbose/quiet output
[pharext/pharext] / src / pharext / Task / PharCompress.php
index 78a93493018dd3eded7797c670bf87483567219b..1b6571fe835c57d08d4e9280ee6fad696e4dccf9 100644 (file)
@@ -55,7 +55,7 @@ class PharCompress implements Task
         * @return string
         */
        public function run($verbose = false) {
-               if ($verbose) {
+               if ($verbose !== false) {
                        printf("Compressing %s ...\n", basename($this->package->getPath()));
                }
                /* stop shebang */