]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fixed @j0k3r review
authorNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 22 Apr 2017 11:14:34 +0000 (13:14 +0200)
committerNicolas Lœuillet <nicolas@loeuillet.org>
Sat, 22 Apr 2017 11:14:34 +0000 (13:14 +0200)
src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php
src/Wallabag/CoreBundle/Operator/PHP/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
 {
index eecb43cc43b5301b074db8c0f82e140a87f2ee55..68b2676fd8199c3d6cdfd44265956643dfb11504 100644 (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
 {