Coding standard > fix automatically

This commit is contained in:
Meritoo
2018-06-16 14:31:04 +02:00
parent ae3e82e233
commit 0f37edfc9b
10 changed files with 29 additions and 53 deletions

View File

@@ -158,8 +158,8 @@ class QueryBuilderUtility
* @param array|ArrayCollection $entities The entities to delete
* @param bool $flushDeleted (optional) If is set to true, flushes the deleted objects (default
* behaviour). Otherwise - not.
* @return bool
* @throws OptimisticLockException
* @return bool
*/
public static function deleteEntities(EntityManager $entityManager, $entities, $flushDeleted = true)
{