aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php')
-rw-r--r--src/Wallabag/CoreBundle/Operator/Doctrine/NotMatches.php2
1 files changed, 1 insertions, 1 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{