Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
paragonie-security committed Sep 9, 2021
1 parent 8ae290b commit 0fa1d0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Release/Bundler/PharBundler.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ public function bundle($outputFile)
$phar->stopBuffering();

\chdir($workingDir);
return is_file($outputFile);
}
}

0 comments on commit 0fa1d0f

Please sign in to comment.