@@ -123,7 +123,7 @@ |
||
| 123 | 123 | * |
| 124 | 124 | * Returns a new SubSpecFactory instance. |
| 125 | 125 | * |
| 126 | - * @return SubSpec |
|
| 126 | + * @return SubSpecFactory |
|
| 127 | 127 | * |
| 128 | 128 | */ |
| 129 | 129 | public function newSubSpecFactory() |
@@ -104,7 +104,7 @@ discard block |
||
| 104 | 104 | * |
| 105 | 105 | * @param ValidateSpec $validate_spec A prototype ValidateSpec. |
| 106 | 106 | * |
| 107 | - * @param ValidateSpec $sanitize_spec A prototype SanitizeSpec. |
|
| 107 | + * @param SanitizeSpec $sanitize_spec A prototype SanitizeSpec. |
|
| 108 | 108 | * |
| 109 | 109 | * @param SubSpecFactory $sub_spec_factory A factory for SubSpec |
| 110 | 110 | * |
@@ -359,7 +359,7 @@ discard block |
||
| 359 | 359 | * |
| 360 | 360 | * @param Spec $spec The failed rule specification. |
| 361 | 361 | * |
| 362 | - * @return Failure |
|
| 362 | + * @return Failure\Failure |
|
| 363 | 363 | * |
| 364 | 364 | */ |
| 365 | 365 | protected function failed($spec) |