Add missing @throws tags
This commit is contained in:
parent
788143dc03
commit
34dbefaf22
1 changed files with 5 additions and 0 deletions
|
@ -348,6 +348,7 @@ use Doctrine\Common\Util\ClassUtils;
|
||||||
*
|
*
|
||||||
* @throws \Doctrine\ORM\OptimisticLockException If a version check on an entity that
|
* @throws \Doctrine\ORM\OptimisticLockException If a version check on an entity that
|
||||||
* makes use of optimistic locking fails.
|
* makes use of optimistic locking fails.
|
||||||
|
* @throws ORMException
|
||||||
*/
|
*/
|
||||||
public function flush($entity = null)
|
public function flush($entity = null)
|
||||||
{
|
{
|
||||||
|
@ -567,6 +568,7 @@ use Doctrine\Common\Util\ClassUtils;
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @throws ORMInvalidArgumentException
|
* @throws ORMInvalidArgumentException
|
||||||
|
* @throws ORMException
|
||||||
*/
|
*/
|
||||||
public function persist($entity)
|
public function persist($entity)
|
||||||
{
|
{
|
||||||
|
@ -590,6 +592,7 @@ use Doctrine\Common\Util\ClassUtils;
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @throws ORMInvalidArgumentException
|
* @throws ORMInvalidArgumentException
|
||||||
|
* @throws ORMException
|
||||||
*/
|
*/
|
||||||
public function remove($entity)
|
public function remove($entity)
|
||||||
{
|
{
|
||||||
|
@ -611,6 +614,7 @@ use Doctrine\Common\Util\ClassUtils;
|
||||||
* @return void
|
* @return void
|
||||||
*
|
*
|
||||||
* @throws ORMInvalidArgumentException
|
* @throws ORMInvalidArgumentException
|
||||||
|
* @throws ORMException
|
||||||
*/
|
*/
|
||||||
public function refresh($entity)
|
public function refresh($entity)
|
||||||
{
|
{
|
||||||
|
@ -655,6 +659,7 @@ use Doctrine\Common\Util\ClassUtils;
|
||||||
* @return object The managed copy of the entity.
|
* @return object The managed copy of the entity.
|
||||||
*
|
*
|
||||||
* @throws ORMInvalidArgumentException
|
* @throws ORMInvalidArgumentException
|
||||||
|
* @throws ORMException
|
||||||
*/
|
*/
|
||||||
public function merge($entity)
|
public function merge($entity)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue