@@ -46,7 +46,7 @@ discard block |
||
| 46 | 46 | * |
| 47 | 47 | * @since 0.10.0 |
| 48 | 48 | * |
| 49 | - * @param ArtisanInterface $builder |
|
| 49 | + * @param FormArtisan $builder |
|
| 50 | 50 | * @param string $action |
| 51 | 51 | */ |
| 52 | 52 | public function __construct( FormArtisan $builder, $action ) { |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * @since 0.11.0 |
| 80 | 80 | * |
| 81 | 81 | * @param ValidatorFactory $factory |
| 82 | - * @return self |
|
| 82 | + * @return boolean |
|
| 83 | 83 | */ |
| 84 | 84 | protected function validate( ValidatorFactory $factory ) { |
| 85 | 85 | $rule_collection = $this->utilize('rules'); |
@@ -124,6 +124,8 @@ discard block |
||
| 124 | 124 | * @param string $response |
| 125 | 125 | * @param string (optional) $field |
| 126 | 126 | * @param string (optional) $value |
| 127 | + * @param string $field |
|
| 128 | + * @param string $value |
|
| 127 | 129 | * @return string|null |
| 128 | 130 | */ |
| 129 | 131 | protected function string_or_null( $response, $field = null, $value = null ) { |