Test Failed
Push — master ( d820d2...d59132 )
by Kirill
02:27
created
src/Type.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
      */
68 68
     private function bootInheritance(\SplStack $stack, array $children = []): void
69 69
     {
70
-        $push = function (string $type) use ($stack): void {
70
+        $push = function(string $type) use ($stack): void {
71 71
             self::$inheritance[$type]   = \array_values(\iterator_to_array($stack));
72 72
             self::$inheritance[$type][] = static::ROOT_TYPE;
73 73
 
Please login to merge, or discard this patch.