Passed
Pull Request — 2.7 (#7956)
by Luís
13:50
created
tests/Doctrine/Tests/VerifyDeprecations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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
                 }
Please login to merge, or discard this patch.