@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | $ignoreErrors = []; |
| 4 | 4 | $ignoreErrors[] = [ |
| 5 | - // identifier: new.static |
|
| 6 | - 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 7 | - 'count' => 3, |
|
| 8 | - 'path' => __DIR__ . '/src/CartItem.php', |
|
| 5 | + // identifier: new.static |
|
| 6 | + 'message' => '#^Unsafe usage of new static\\(\\)\\.$#', |
|
| 7 | + 'count' => 3, |
|
| 8 | + 'path' => __DIR__ . '/src/CartItem.php', |
|
| 9 | 9 | ]; |
| 10 | 10 | |
| 11 | 11 | return ['parameters' => ['ignoreErrors' => $ignoreErrors]]; |