Skip to content

Commit

Permalink
Merge pull request #34 from WarriorXK/analysis-8n0B01
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
WarriorXK authored Dec 16, 2016
2 parents bc4e996 + 3abd054 commit 1e778e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/runner.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
*/

if (php_sapi_name() !== 'cli') {
echo('The tests can only be executed in CLI!' . PHP_EOL);
echo 'The tests can only be executed in CLI!' . PHP_EOL;
die(1);
}

Expand Down

0 comments on commit 1e778e3

Please sign in to comment.