Completed
Push — master ( 96b2f8...da2c9c )
by Kirill
05:58
created
src/Reflection.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     }
Please login to merge, or discard this patch.