@@ -3,7 +3,6 @@ |
||
| 3 | 3 | defined( 'ABSPATH' ) || die(); |
| 4 | 4 | |
| 5 | 5 | use WFV\Artisan\FormArtisan; |
| 6 | -use WFV\Contract\ValidateInterface; |
|
| 7 | 6 | use WFV\Factory\ValidatorFactory; |
| 8 | 7 | |
| 9 | 8 | /** |
@@ -26,7 +26,6 @@ discard block |
||
| 26 | 26 | * |
| 27 | 27 | * @since 0.10.0 |
| 28 | 28 | * |
| 29 | - * @param array $data |
|
| 30 | 29 | * @param bool $trim |
| 31 | 30 | */ |
| 32 | 31 | public function __construct( InspectionAgent $guard, $trim = true ) { |
@@ -67,6 +66,7 @@ discard block |
||
| 67 | 66 | * @since 0.11.0 |
| 68 | 67 | * @access protected |
| 69 | 68 | * |
| 69 | + * @param boolean $trim |
|
| 70 | 70 | */ |
| 71 | 71 | protected function populate( $trim ) { |
| 72 | 72 | if( $this->guard->safe_submit() ) { |