We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28c152 commit b2643dcCopy full SHA for b2643dc
composer.json
@@ -29,7 +29,6 @@
29
"sort-packages": true
30
},
31
"autoload": {
32
- "files": [ "src/polyfill.php" ],
33
"classmap": [
34
"./"
35
]
parallel-lint
@@ -61,5 +61,7 @@ if (!$loaded) {
61
exit(254);
62
}
63
64
+require_once __DIR__ . '/src/polyfill.php';
65
+
66
$app = new JakubOnderka\PhpParallelLint\Application();
67
exit($app->run());
0 commit comments