|
@@ -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.