Completed
Pull Request — master (#663)
by Antoine
03:25
created
Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyNameCollectionFactory.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
 
68 68
                 try {
69 69
                     foreach ($this->decorated->create($childEntity) as $key => $childPropertyName) {
70
-                       $propertyNames[$childPropertyName] = $childPropertyName;
70
+                        $propertyNames[$childPropertyName] = $childPropertyName;
71 71
                     }
72 72
                 } catch (ResourceClassNotFoundException $resourceClassNotFoundException) {
73 73
                     // Ignore not found exceptions
Please login to merge, or discard this patch.