Passed
Branch master (beea9b)
by Sergey
02:13
created
Category
src/Registry.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@  discard block
 block discarded – undo
13 13
      *
14 14
      * @var array
15 15
      */
16
-    private $registry = [];
16
+    private $registry = [ ];
17 17
 
18 18
     /**
19 19
      * Get all values in the register.
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
      */
56 56
     public function flush() : void
57 57
     {
58
-        $this->registry = [];
58
+        $this->registry = [ ];
59 59
     }
60 60
 
61 61
     /**
Please login to merge, or discard this patch.