Fixed @j0k3r review

This commit is contained in:
Nicolas Lœuillet 2017-04-22 13:14:34 +02:00
parent fdd725f58c
commit a375fed7bf
No known key found for this signature in database
GPG key ID: BDC1EFB5CA0145F2
2 changed files with 2 additions and 2 deletions

View file

@ -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
{

View file

@ -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
{