aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php2
-rw-r--r--src/Wallabag/CoreBundle/Operator/PHP/NotMatches.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php b/src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php
index 090da77c..b7f9da57 100644
--- a/src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php
+++ b/src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php
@@ -10,7 +10,7 @@ namespace Wallabag\CoreBundle\Operator\Doctrine;
10 * 10 *
11 * This operator will be used to compile tagging rules in DQL, usable 11 * This operator will be used to compile tagging rules in DQL, usable
12 * by Doctrine ORM. 12 * by Doctrine ORM.
13 * It's registered in RulerZ using a service (wallabag.operator.doctrine.matches); 13 * It's registered in RulerZ using a service (wallabag.operator.doctrine.notmatches);
14 */ 14 */
15class NotMatches 15class NotMatches
16{ 16{
diff --git a/src/Wallabag/CoreBundle/Operator/PHP/NotMatches.php b/src/Wallabag/CoreBundle/Operator/PHP/NotMatches.php
index eecb43cc..68b2676f 100644
--- a/src/Wallabag/CoreBundle/Operator/PHP/NotMatches.php
+++ b/src/Wallabag/CoreBundle/Operator/PHP/NotMatches.php
@@ -10,7 +10,7 @@ namespace Wallabag\CoreBundle\Operator\PHP;
10 * 10 *
11 * This operator will be used to compile tagging rules in PHP, usable 11 * This operator will be used to compile tagging rules in PHP, usable
12 * directly on Entry objects for instance. 12 * directly on Entry objects for instance.
13 * It's registered in RulerZ using a service (wallabag.operator.array.matches); 13 * It's registered in RulerZ using a service (wallabag.operator.array.notmatches);
14 */ 14 */
15class NotMatches 15class NotMatches
16{ 16{