Passed
Push — master ( d4f709...8319cd )
by Mike
07:40 queued 01:16
created
src/Serializer/PHPCommandSerializer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -15,7 +15,7 @@
 block discarded – undo
15 15
 
16 16
     public function unserialize(string $serialized)
17 17
     {
18
-        set_error_handler([$this, 'handleError']);
18
+        set_error_handler([ $this, 'handleError' ]);
19 19
         $unserialized = unserialize($serialized);
20 20
         restore_error_handler();
21 21
         return $unserialized;
Please login to merge, or discard this patch.