We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f74353a commit ec43bd5Copy full SHA for ec43bd5
bin/phpcs-diff
@@ -16,15 +16,12 @@ if (is_file(__DIR__ . '/../../../autoload.php')) {
16
}
17
18
if (isset($autoload)) {
19
- echo 'Autoloader: ' . $autoload . PHP_EOL;
20
require $autoload;
21
} else {
22
echo 'Can not find autoloader, did you run composer? ' . __DIR__;
23
die(1);
24
25
26
-echo PHP_BINARY . ': ' . phpversion() . PHP_EOL;
27
-
28
$climate = new League\CLImate\CLImate();
29
30
$phpcsDiff = new PhpcsDiff\PhpcsDiff($argv, $climate);
0 commit comments