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