Fix CS
This commit is contained in:
parent
0fa89647d2
commit
122569eee0
@ -184,7 +184,7 @@ abstract class AbstractCollectionPersister
|
|||||||
* Check for existance of an element
|
* Check for existance of an element
|
||||||
*
|
*
|
||||||
* @param \Doctrine\ORM\PersistentCollection $coll
|
* @param \Doctrine\ORM\PersistentCollection $coll
|
||||||
* @param \Doctrine\ORM\PersistentCollection
|
* @param object $element
|
||||||
*
|
*
|
||||||
* @return boolean
|
* @return boolean
|
||||||
*/
|
*/
|
||||||
@ -237,7 +237,7 @@ abstract class AbstractCollectionPersister
|
|||||||
* @param \Doctrine\ORM\PersistentCollection $coll
|
* @param \Doctrine\ORM\PersistentCollection $coll
|
||||||
* @param mixed $index
|
* @param mixed $index
|
||||||
*
|
*
|
||||||
* @return object
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function get(PersistentCollection $coll, $index)
|
public function get(PersistentCollection $coll, $index)
|
||||||
{
|
{
|
||||||
|
@ -646,7 +646,6 @@ class BasicEntityPersister
|
|||||||
|
|
||||||
$result[$owningTable][$sourceColumn] = $value;
|
$result[$owningTable][$sourceColumn] = $value;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user