Completed
Push — master ( 63d8d6...28be9d )
by Raphael
11:25
created
src/Scaffolder/Support/Validator.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 	 *
35 35
 	 * @param  string  $rule
36 36
 	 * @param  string  $parameter
37
-	 * @return array
37
+	 * @return string
38 38
 	 */
39 39
 	public static function parseParameters($rule, $parameter)
40 40
 	{
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
 	/**
49 49
 	 * Explode the rules into an array of rules.
50 50
 	 *
51
-	 * @param  string  $rules
51
+	 * @param  string  $rule
52 52
 	 * @return array
53 53
 	 */
54 54
 	public static function explodeRule($rule)
Please login to merge, or discard this patch.