|
@@ -17,7 +17,7 @@ discard block |
|
|
block discarded – undo |
|
17
|
17
|
* <http://www.doctrine-project.org>. |
|
18
|
18
|
*/ |
|
19
|
19
|
|
|
20
|
|
-declare(strict_types=1); |
|
|
20
|
+declare(strict_types = 1); |
|
21
|
21
|
|
|
22
|
22
|
namespace Doctrine\ORM\Utility; |
|
23
|
23
|
|
|
@@ -91,7 +91,7 @@ discard block |
|
|
block discarded – undo |
|
91
|
91
|
// ? $this->unitOfWork->getEntityIdentifier($id[$field]) |
|
92
|
92
|
// : $targetClassPersister->getIdentifier($id[$field]) |
|
93
|
93
|
// ; |
|
94
|
|
- $identifiers = $targetClassPersister->getIdentifier($id[$field]); |
|
|
94
|
+ $identifiers = $targetClassPersister->getIdentifier($id[$field]); |
|
95
|
95
|
|
|
96
|
96
|
$associatedId = $this->flattenIdentifier($targetClassMetadata, $identifiers); |
|
97
|
97
|
|
Please login to merge, or discard this patch.