Completed
Pull Request — master (#2)
by Štefan
03:07
created
src/AbstractRuleTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
 trait AbstractRuleTrait
13 13
 {
14 14
     /**
15
-     * @param $string
15
+     * @param string $string
16 16
      * @throws InvalidArgumentException
17 17
      */
18 18
     abstract protected function throwInvalidArgumentMustBe($string);
Please login to merge, or discard this patch.