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 c87a4b5 commit 4c25430Copy full SHA for 4c25430
bin/infection-config.php
@@ -1,6 +1,9 @@
1
#!/usr/bin/env php
2
<?php declare(strict_types = 1);
3
4
+error_reporting(E_ALL & ~E_DEPRECATED);
5
+ini_set('display_errors', 'stderr');
6
+
7
$opts = getopt('', ['mutator-class:']);
8
if (!$opts) {
9
echo "Usage: php ". $argv[0] ." --mutator-class='Infection\Mutator\Removal\MethodCallRemoval'\n";
0 commit comments