Completed
Pull Request — master (#137)
by Christopher
02:00
created
src/Models/MetadataGubbinsHolder.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -131,7 +131,7 @@
 block discarded – undo
131 131
                 if (0 == count($lastCandidates)) {
132 132
                     continue;
133 133
                 }
134
-                foreach($lastCandidates as $lc){
134
+                foreach($lastCandidates as $lc) {
135 135
                     $stub = clone $this->knownSides[$knownType][$key];
136 136
                     $isMulti = ($stub->getMultiplicity()->getValue() == \AlgoWeb\PODataLaravel\Models\ObjectMap\Entities\Associations\AssociationStubRelationType::MANY);
137 137
                     $RelPolyTypeName = str_plural(substr($lc->getBaseType(),strrpos($lc->getBaseType(),"\\")+1),$isMulti?2:1);
Please login to merge, or discard this patch.