Completed
Push — master ( cb12e8...6c74e8 )
by Andreas
04:28
created
src/driver.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -152,7 +152,7 @@
 block discarded – undo
152 152
 
153 153
         foreach ($properties as $name => $property) {
154 154
             // doctrine can handle id links only
155
-            if (   $property->link
155
+            if ($property->link
156 156
                 && $target_class = $this->manager->resolve_targetclass($property)) {
157 157
                 $link_mapping = [
158 158
                     'fieldName' => $property->name,
Please login to merge, or discard this patch.