aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Operator/PHP/NotMatches.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2017-04-22 13:14:34 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2017-04-22 13:14:34 +0200
commita375fed7bf34c07f760e4f0cda11b2af30dcbcdc (patch)
tree4420301d52575aa0c1fa1d2098fdc950086af591 /src/Wallabag/CoreBundle/Operator/PHP/NotMatches.php
parentfdd725f58cfe96d9bb9454d0347f6ff847fce69d (diff)
downloadwallabag-a375fed7bf34c07f760e4f0cda11b2af30dcbcdc.tar.gz
wallabag-a375fed7bf34c07f760e4f0cda11b2af30dcbcdc.tar.zst
wallabag-a375fed7bf34c07f760e4f0cda11b2af30dcbcdc.zip
Fixed @j0k3r review
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{