Completed
Push — master ( a94534...362609 )
by Maciej
13s
created
src/Collection/RuleCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@
 block discarded – undo
143 143
 	 * @access protected
144 144
 	 *
145 145
 	 * @param string $rule
146
-	 * @return bool
146
+	 * @return integer
147 147
 	 */
148 148
 	protected function string_has_params( $rule ) {
149 149
 		return strpos( $rule, ':' );
Please login to merge, or discard this patch.
src/FormComposite.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use WFV\Abstraction\Composable;
6 6
 use WFV\Artisan\FormArtisan;
7
-use WFV\Contract\ValidateInterface;
8 7
 use WFV\Factory\ValidatorFactory;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.