Completed
Push — master ( 15a4ec...fea9e3 )
by Anton
06:04
created
source/IdeHelper/Locators/RecordsLocator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
 
71 71
                 $records[] = new ClassDefinition($schema->getClass(), $members);
72 72
             } else {
73
-                $this->logger->warning("Schema for {$schema->getClass()} is not " . RecordSchema::class . " instance");
73
+                $this->logger->warning("Schema for {$schema->getClass()} is not ".RecordSchema::class." instance");
74 74
             }
75 75
         }
76 76
 
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
 
164 164
                 $relationType = $definition->getType();
165 165
                 if (in_array($relationType, [RecordEntity::MANY_TO_MANY, RecordEntity::HAS_MANY])) {
166
-                    $types[] = $definition->getTarget() . '[]';
166
+                    $types[] = $definition->getTarget().'[]';
167 167
                 } else {
168 168
                     $types[] = $definition->getTarget();
169 169
                 }
Please login to merge, or discard this patch.