aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/TaggingRule.php
diff options
context:
space:
mode:
authorKévin Gomez <contact@kevingomez.fr>2015-10-31 16:29:38 +0100
committerKévin Gomez <contact@kevingomez.fr>2015-11-11 16:27:19 +0100
commit7b1648961d2a9770e801f414d297efe3aace07e8 (patch)
treea419fadf1da4d09cb3c7093f9b283a949dfcd3fa /src/Wallabag/CoreBundle/Entity/TaggingRule.php
parent8a99c7a86b138faee5dc92ab6ecbd281dbd19451 (diff)
downloadwallabag-7b1648961d2a9770e801f414d297efe3aace07e8.tar.gz
wallabag-7b1648961d2a9770e801f414d297efe3aace07e8.tar.zst
wallabag-7b1648961d2a9770e801f414d297efe3aace07e8.zip
Fix incorrect comment.
Diffstat (limited to 'src/Wallabag/CoreBundle/Entity/TaggingRule.php')
-rw-r--r--src/Wallabag/CoreBundle/Entity/TaggingRule.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Entity/TaggingRule.php b/src/Wallabag/CoreBundle/Entity/TaggingRule.php
index 472ae582..851af932 100644
--- a/src/Wallabag/CoreBundle/Entity/TaggingRule.php
+++ b/src/Wallabag/CoreBundle/Entity/TaggingRule.php
@@ -7,7 +7,7 @@ use Symfony\Component\Validator\Constraints as Assert;
7use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; 7use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert;
8 8
9/** 9/**
10 * Config. 10 * Tagging rule.
11 * 11 *
12 * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TaggingRuleRepository") 12 * @ORM\Entity(repositoryClass="Wallabag\CoreBundle\Repository\TaggingRuleRepository")
13 * @ORM\Table 13 * @ORM\Table