]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
CS 2324/head
authorJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 16:05:25 +0000 (18:05 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Sat, 1 Oct 2016 16:05:25 +0000 (18:05 +0200)
src/Wallabag/CoreBundle/Controller/ConfigController.php

index 4dd4e40cae93fcc1484f2ced5f98d5f4307e4a03..f1e212d989e849da34a45afe66a7803f709a90a0 100644 (file)
@@ -250,9 +250,9 @@ class ConfigController extends Controller
     }
 
     /**
-     * Validate that a rule can be edited/deleted by the current user
+     * Validate that a rule can be edited/deleted by the current user.
      *
-     * @param  TaggingRule $rule
+     * @param TaggingRule $rule
      */
     private function validateRuleAction(TaggingRule $rule)
     {