Skip to content

Commit

Permalink
Fix CS/WS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 23, 2021
1 parent 2582385 commit f8e2af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/templates/binary-phar-autoload.php.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env php
<?php
if (!version_compare(PHP_VERSION, PHP_VERSION, "=")) {
if (!version_compare(PHP_VERSION, PHP_VERSION, '=')) {
fwrite(
STDERR,
sprintf(
Expand Down

0 comments on commit f8e2af4

Please sign in to comment.