@@ -57,7 +57,7 @@ discard block |
||
57 | 57 | { |
58 | 58 | $name = $name ?? SchemaInterface::DEFAULT_SCHEMA_NAME; |
59 | 59 | |
60 | - if (! \in_array($name, $this->schema, true)) { |
|
60 | + if (!\in_array($name, $this->schema, true)) { |
|
61 | 61 | return null; |
62 | 62 | } |
63 | 63 | |
@@ -157,7 +157,7 @@ discard block |
||
157 | 157 | { |
158 | 158 | $document = $type->getDocument(); |
159 | 159 | |
160 | - if (! \array_key_exists($document->getName(), $this->documents)) { |
|
160 | + if (!\array_key_exists($document->getName(), $this->documents)) { |
|
161 | 161 | $this->documents[$document->getName()] = $document; |
162 | 162 | } |
163 | 163 | } |