Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@ -8,8 +8,8 @@ use MailPoet\WP\Functions as WPFunctions;
|
||||
use MailPoetVendor\Carbon\Carbon;
|
||||
|
||||
/**
|
||||
* @method SettingEntity[] findBy(array $criteria, array $order_by = null, int $limit = null, int $offset = null)
|
||||
* @method SettingEntity|null findOneBy(array $criteria, array $order_by = null)
|
||||
* @method SettingEntity[] findBy(array $criteria, array $orderBy = null, int $limit = null, int $offset = null)
|
||||
* @method SettingEntity|null findOneBy(array $criteria, array $orderBy = null)
|
||||
* @method SettingEntity|null findOneById(mixed $id)
|
||||
* @method SettingEntity[] findAll()
|
||||
* @method void persist(SettingEntity $entity)
|
||||
|
Reference in New Issue
Block a user