Passed
Branch stable (87c194)
by Leith
02:31
created
Category
src/BlackHole.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
 
61 61
     public function __serialize()
62 62
     {
63
-        return [];
63
+        return [ ];
64 64
     }
65 65
 
66 66
     public function __unserialize(array $data)
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     public function __debugInfo()
82 82
     {
83
-        return [];
83
+        return [ ];
84 84
     }
85 85
 
86 86
     public function __clone()
Please login to merge, or discard this patch.