@@ -2,39 +2,39 @@ |
||
| 2 | 2 | |
| 3 | 3 | $ignoreErrors = []; |
| 4 | 4 | $ignoreErrors[] = [ |
| 5 | - 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 6 | - 'count' => 1, |
|
| 7 | - 'path' => __DIR__ . '/src/ErrorBag.php', |
|
| 5 | + 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 6 | + 'count' => 1, |
|
| 7 | + 'path' => __DIR__ . '/src/ErrorBag.php', |
|
| 8 | 8 | ]; |
| 9 | 9 | $ignoreErrors[] = [ |
| 10 | - 'message' => '#^Strict comparison using \\=\\=\\= between mixed and array\\{\\} will always evaluate to false\\.$#', |
|
| 11 | - 'count' => 1, |
|
| 12 | - 'path' => __DIR__ . '/src/Rules/CreditCard.php', |
|
| 10 | + 'message' => '#^Strict comparison using \\=\\=\\= between mixed and array\\{\\} will always evaluate to false\\.$#', |
|
| 11 | + 'count' => 1, |
|
| 12 | + 'path' => __DIR__ . '/src/Rules/CreditCard.php', |
|
| 13 | 13 | ]; |
| 14 | 14 | $ignoreErrors[] = [ |
| 15 | - 'message' => '#^Method Dimtrovich\\\\Validation\\\\Rules\\\\File\\:\\:defaults\\(\\) should return static\\(Dimtrovich\\\\Validation\\\\Rules\\\\File\\)\\|null but return statement is missing\\.$#', |
|
| 16 | - 'count' => 1, |
|
| 17 | - 'path' => __DIR__ . '/src/Rules/File.php', |
|
| 15 | + 'message' => '#^Method Dimtrovich\\\\Validation\\\\Rules\\\\File\\:\\:defaults\\(\\) should return static\\(Dimtrovich\\\\Validation\\\\Rules\\\\File\\)\\|null but return statement is missing\\.$#', |
|
| 16 | + 'count' => 1, |
|
| 17 | + 'path' => __DIR__ . '/src/Rules/File.php', |
|
| 18 | 18 | ]; |
| 19 | 19 | $ignoreErrors[] = [ |
| 20 | - 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 21 | - 'count' => 2, |
|
| 22 | - 'path' => __DIR__ . '/src/Rules/File.php', |
|
| 20 | + 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 21 | + 'count' => 2, |
|
| 22 | + 'path' => __DIR__ . '/src/Rules/File.php', |
|
| 23 | 23 | ]; |
| 24 | 24 | $ignoreErrors[] = [ |
| 25 | - 'message' => '#^Binary operation "\\*" between string and 2 results in an error\\.$#', |
|
| 26 | - 'count' => 1, |
|
| 27 | - 'path' => __DIR__ . '/src/Rules/Imei.php', |
|
| 25 | + 'message' => '#^Binary operation "\\*" between string and 2 results in an error\\.$#', |
|
| 26 | + 'count' => 1, |
|
| 27 | + 'path' => __DIR__ . '/src/Rules/Imei.php', |
|
| 28 | 28 | ]; |
| 29 | 29 | $ignoreErrors[] = [ |
| 30 | - 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 31 | - 'count' => 2, |
|
| 32 | - 'path' => __DIR__ . '/src/Rules/Postalcode.php', |
|
| 30 | + 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 31 | + 'count' => 2, |
|
| 32 | + 'path' => __DIR__ . '/src/Rules/Postalcode.php', |
|
| 33 | 33 | ]; |
| 34 | 34 | $ignoreErrors[] = [ |
| 35 | - 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 36 | - 'count' => 1, |
|
| 37 | - 'path' => __DIR__ . '/src/Validation.php', |
|
| 35 | + 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 36 | + 'count' => 1, |
|
| 37 | + 'path' => __DIR__ . '/src/Validation.php', |
|
| 38 | 38 | ]; |
| 39 | 39 | |
| 40 | 40 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |