|
@@ -27,6 +27,10 @@ if (defined('HHVM_VERSION_ID')) {
|
|
|
if (getenv('PHP_CS_FIXER_IGNORE_ENV')) {
|
|
|
fwrite(STDERR, "Ignoring environment requirements because `PHP_CS_FIXER_IGNORE_ENV` is set. Execution may be unstable.\n");
|
|
|
} else {
|
|
|
+ fwrite(STDERR, "To ignore this requirement please set `PHP_CS_FIXER_IGNORE_ENV`.\n");
|
|
|
+ fwrite(STDERR, "If you use PHP version higher than supported, you may experience code modified in a wrong way.\n");
|
|
|
+ fwrite(STDERR, "Please report such cases at https://github.com/FriendsOfPHP/PHP-CS-Fixer .\n");
|
|
|
+
|
|
|
exit(1);
|
|
|
}
|
|
|
}
|