Skip to content

Commit

Permalink
Use strict comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jul 25, 2021
1 parent 56fb219 commit 525e861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/scripts/phar-version.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
\LOCK_EX
);

if ($argv[2] == 'release') {
if ($argv[2] === 'release') {
print $argv[1];
} else {
print $argv[2];
Expand Down

0 comments on commit 525e861

Please sign in to comment.