forked from wallabag/wallabag
Use FQCN as service name for Rulerz operators
This commit is contained in:
@ -10,7 +10,7 @@ namespace Wallabag\CoreBundle\Operator\Doctrine;
|
||||
*
|
||||
* This operator will be used to compile tagging rules in DQL, usable
|
||||
* by Doctrine ORM.
|
||||
* It's registered in RulerZ using a service (wallabag.operator.doctrine.matches);
|
||||
* It's registered in RulerZ using a service;
|
||||
*/
|
||||
class Matches
|
||||
{
|
||||
|
||||
@ -10,7 +10,7 @@ namespace Wallabag\CoreBundle\Operator\Doctrine;
|
||||
*
|
||||
* This operator will be used to compile tagging rules in DQL, usable
|
||||
* by Doctrine ORM.
|
||||
* It's registered in RulerZ using a service (wallabag.operator.doctrine.notmatches);
|
||||
* It's registered in RulerZ using a service;
|
||||
*/
|
||||
class NotMatches
|
||||
{
|
||||
|
||||
@ -10,7 +10,7 @@ namespace Wallabag\CoreBundle\Operator\PHP;
|
||||
*
|
||||
* This operator will be used to compile tagging rules in PHP, usable
|
||||
* directly on Entry objects for instance.
|
||||
* It's registered in RulerZ using a service (wallabag.operator.array.matches);
|
||||
* It's registered in RulerZ using a service;
|
||||
*/
|
||||
class Matches
|
||||
{
|
||||
|
||||
@ -10,7 +10,7 @@ namespace Wallabag\CoreBundle\Operator\PHP;
|
||||
*
|
||||
* This operator will be used to compile tagging rules in PHP, usable
|
||||
* directly on Entry objects for instance.
|
||||
* It's registered in RulerZ using a service (wallabag.operator.array.notmatches);
|
||||
* It's registered in RulerZ using a service;
|
||||
*/
|
||||
class NotMatches
|
||||
{
|
||||
|
||||
@ -10,7 +10,7 @@ namespace Wallabag\CoreBundle\Operator\PHP;
|
||||
*
|
||||
* This operator will be used to compile ignore origin rules in PHP, usable
|
||||
* directly on Entry objects for instance.
|
||||
* It's registered in RulerZ using a service (wallabag.operator.array.pattern_matches);
|
||||
* It's registered in RulerZ using a service;
|
||||
*/
|
||||
class PatternMatches
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user