@@ -30,7 +30,7 @@ |
||
| 30 | 30 | $this->ignoredDeprecations = []; |
| 31 | 31 | |
| 32 | 32 | $this->originalHandler = set_error_handler( |
| 33 | - function (int $errorNumber, string $errorMessage) : void { |
|
| 33 | + function(int $errorNumber, string $errorMessage) : void { |
|
| 34 | 34 | if (in_array($errorMessage, $this->ignoredDeprecations, true)) { |
| 35 | 35 | return; |
| 36 | 36 | } |