mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-30 11:30:30 +00:00
Fixed @j0k3r review
This commit is contained in:
parent
fdd725f58c
commit
a375fed7bf
2 changed files with 2 additions and 2 deletions
|
@ -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 (wallabag.operator.doctrine.notmatches);
|
||||
*/
|
||||
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 (wallabag.operator.array.notmatches);
|
||||
*/
|
||||
class NotMatches
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue