]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php
Fixed @j0k3r review
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Operator / Doctrine / NotMatches.php
index 090da77cdd538476e39009d201d36e78b33fe9c6..b7f9da57f532f85d3e4656c018f00c129d1f3a9c 100644 (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
 {