Skip to content

Commit 4c25430

Browse files
committed
Update infection-config.php
1 parent c87a4b5 commit 4c25430

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/infection-config.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env php
22
<?php declare(strict_types = 1);
33

4+
error_reporting(E_ALL & ~E_DEPRECATED);
5+
ini_set('display_errors', 'stderr');
6+
47
$opts = getopt('', ['mutator-class:']);
58
if (!$opts) {
69
echo "Usage: php ". $argv[0] ." --mutator-class='Infection\Mutator\Removal\MethodCallRemoval'\n";

0 commit comments

Comments
 (0)