Skip to content

Commit

Permalink
Merge pull request #436 from sy-records/fix-env
Browse files Browse the repository at this point in the history
Fix output `#!/usr/bin/env php`
  • Loading branch information
kiss291323003 authored Dec 10, 2020
2 parents cfac1c6 + 053d6f7 commit 80608a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion bin/easyswoole
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env php
<?php

use EasySwoole\EasySwoole\Command\CommandRunner;
Expand Down
1 change: 1 addition & 0 deletions src/Resource/easyswoole
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env php
<?php

$file = null;
Expand Down

0 comments on commit 80608a4

Please sign in to comment.