Completed
Push — master ( 873090...a49972 )
by Mariusz
02:26
created
lib/DoctrineOrm/Loader/LoadingStrategy/ToManyAssociationLoadingStrategy.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
 
38 38
         $propertyAccessor = PropertyAccess::createPropertyAccessor();
39 39
         $filteredSourceIdentities = $sourceEntities->filter(
40
-            function ($sourceEntity) use ($propertyAccessor, $associationMetadataAdapter) {
40
+            function($sourceEntity) use ($propertyAccessor, $associationMetadataAdapter) {
41 41
                 $propertyValue = $propertyAccessor->getValue($sourceEntity, $associationMetadataAdapter->getName());
42 42
 
43 43
                 return $propertyValue instanceof PersistentCollection && !$propertyValue->isInitialized();
Please login to merge, or discard this patch.