Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@ -7,7 +7,7 @@ use MailPoet\Entities\FeatureFlagEntity;
|
||||
|
||||
/**
|
||||
* @method FeatureFlagEntity[] findAll()
|
||||
* @method FeatureFlagEntity|null findOneBy(array $criteria, array $order_by = null)
|
||||
* @method FeatureFlagEntity|null findOneBy(array $criteria, array $orderBy = null)
|
||||
* @method void persist(FeatureFlagEntity $entity)
|
||||
* @method void remove(FeatureFlagEntity $entity)
|
||||
*/
|
||||
|
Reference in New Issue
Block a user