Convert variable names to camel case in PHPDoc

[MAILPOET-1796]
This commit is contained in:
Jan Jakeš
2020-01-06 13:04:28 +01:00
committed by Jan Jakeš
parent 7a66366ab5
commit d0292f8624
76 changed files with 231 additions and 231 deletions

View File

@@ -6,8 +6,8 @@ use MailPoet\Doctrine\Repository;
use MailPoet\Entities\NewsletterEntity;
/**
* @method NewsletterEntity[] findBy(array $criteria, array $order_by = null, int $limit = null, int $offset = null)
* @method NewsletterEntity|null findOneBy(array $criteria, array $order_by = null)
* @method NewsletterEntity[] findBy(array $criteria, array $orderBy = null, int $limit = null, int $offset = null)
* @method NewsletterEntity|null findOneBy(array $criteria, array $orderBy = null)
* @method NewsletterEntity|null findOneById(mixed $id)
* @method void persist(NewsletterEntity $entity)
* @method void remove(NewsletterEntity $entity)