@@ -3139,7 +3139,7 @@ discard block |
||
3139 | 3139 | } |
3140 | 3140 | |
3141 | 3141 | /** |
3142 | - * @param $class |
|
3142 | + * @param \Doctrine\Common\Persistence\Mapping\ClassMetadata $class |
|
3143 | 3143 | * @param string $oid |
3144 | 3144 | */ |
3145 | 3145 | public function clearScheduledForSynchronization($class, $oid) { |
@@ -3355,7 +3355,7 @@ discard block |
||
3355 | 3355 | /** |
3356 | 3356 | * Verifies if two given entities actually are the same based on identifier comparison |
3357 | 3357 | * |
3358 | - * @param object $entity1 |
|
3358 | + * @param Proxy $entity1 |
|
3359 | 3359 | * @param object $entity2 |
3360 | 3360 | * |
3361 | 3361 | * @return bool |