diff options
author | Kévin Gomez <contact@kevingomez.fr> | 2015-10-31 16:29:38 +0100 |
---|---|---|
committer | Kévin Gomez <contact@kevingomez.fr> | 2015-11-11 16:27:19 +0100 |
commit | 7b1648961d2a9770e801f414d297efe3aace07e8 (patch) | |
tree | a419fadf1da4d09cb3c7093f9b283a949dfcd3fa | |
parent | 8a99c7a86b138faee5dc92ab6ecbd281dbd19451 (diff) | |
download | wallabag-7b1648961d2a9770e801f414d297efe3aace07e8.tar.gz wallabag-7b1648961d2a9770e801f414d297efe3aace07e8.tar.zst wallabag-7b1648961d2a9770e801f414d297efe3aace07e8.zip |
Fix incorrect comment.
-rw-r--r-- | src/Wallabag/CoreBundle/Entity/TaggingRule.php | 2 |
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; | |||
7 | use KPhoen\RulerZBundle\Validator\Constraints as RulerZAssert; | 7 | use 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 |