Passed
Push — develop ( 88717d...ee51e8 )
by Freddie
03:18
created
src/Schema.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
             throw new InvalidSchemaException('Schema is empty');
62 62
         }
63 63
 
64
-        $this->setName((string) \key($this->schema) ?? null);
64
+        $this->setName((string)\key($this->schema) ?? null);
65 65
         $this->setTitle($this->schema[$this->name()][Keyword::TITLE] ?? null);
66 66
         $this->setAttributes($this->schema[$this->name()][Keyword::ATTRIBUTES] ?? []);
67 67
     }
Please login to merge, or discard this patch.