@@ -61,7 +61,7 @@ |
||
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 | } |