aboutsummaryrefslogtreecommitdiffhomepage
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
parentfdd725f58cfe96d9bb9454d0347f6ff847fce69d (diff)
downloadwallabag-a375fed7bf34c07f760e4f0cda11b2af30dcbcdc.tar.gz
wallabag-a375fed7bf34c07f760e4f0cda11b2af30dcbcdc.tar.zst
wallabag-a375fed7bf34c07f760e4f0cda11b2af30dcbcdc.zip
Fixed @j0k3r review
-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{