1
0
mirror of synced 2024-12-14 15:16:04 +03:00

Update lib/Doctrine/ORM/Persisters/BasicEntityPersister.php

coding standards change
This commit is contained in:
TR 2012-11-03 09:47:08 +00:00
parent 185a0fb19c
commit 73e6164096

View File

@ -1696,6 +1696,7 @@ class BasicEntityPersister
}
$key = key($idValues);
if (null !== $key){
$value = $idValues[$key];
}