Skip to content

Commit 6d5750f

Browse files
committed
Fixed line length
1 parent 10d3278 commit 6d5750f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/resolve_scrutinizer-token.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
$keyFile = dirname(__DIR__) . DIRECTORY_SEPARATOR . 'scrutinizer-token.php';
44

55
if (!file_exists($keyFile)) {
6-
echo 'No key file find, copy token.sample.php to token.php and add a token from https://scrutinizer-ci.com/profile/applications to run examples.', PHP_EOL;
6+
echo 'No key file find, copy token.sample.php to token.php and add a token ',
7+
'from https://scrutinizer-ci.com/profile/applications to run examples.', PHP_EOL;
78
exit(1);
89
}
910

0 commit comments

Comments
 (0)