Completed
Push — feature/issue-49 ( 9a3dca...dba810 )
by Mikaël
28:22
created
src/File/Validation/PatternRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
      * @param string $parameterName
10 10
      * @param mixed $value
11 11
      * @param bool $itemType
12
-     * @return Enumeration
12
+     * @return PatternRule
13 13
      */
14 14
     public function applyRule($parameterName, $value, $itemType = false)
15 15
     {
Please login to merge, or discard this patch.
src/File/Validation/StringRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
      * @param string $parameterName
10 10
      * @param mixed $value
11 11
      * @param bool $itemType
12
-     * @return Enumeration
12
+     * @return StringRule
13 13
      */
14 14
     public function applyRule($parameterName, $value, $itemType = false)
15 15
     {
Please login to merge, or discard this patch.
src/File/Validation/TotalDigitsRule.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
9 9
      * @param string $parameterName
10 10
      * @param mixed $value
11 11
      * @param bool $itemType
12
-     * @return Enumeration
12
+     * @return TotalDigitsRule
13 13
      */
14 14
     public function applyRule($parameterName, $value, $itemType = false)
15 15
     {
Please login to merge, or discard this patch.