@@ -61,7 +61,7 @@ discard block  | 
                                                    ||
| 61 | 61 | *  | 
                                                        
| 62 | 62 | * Tests if a 13 digit ISBN is correct.  | 
                                                        
| 63 | 63 | *  | 
                                                        
| 64 | - * @param $value The value to test.  | 
                                                        |
| 64 | + * @param string $value The value to test.  | 
                                                        |
| 65 | 65 | *  | 
                                                        
| 66 | 66 | * @return bool  | 
                                                        
| 67 | 67 | *  | 
                                                        
@@ -91,7 +91,7 @@ discard block  | 
                                                    ||
| 91 | 91 | *  | 
                                                        
| 92 | 92 | * Tests if a 10 digit ISBN is correct.  | 
                                                        
| 93 | 93 | *  | 
                                                        
| 94 | - * @param $value The value to test.  | 
                                                        |
| 94 | + * @param string $value The value to test.  | 
                                                        |
| 95 | 95 | *  | 
                                                        
| 96 | 96 | * @return bool  | 
                                                        
| 97 | 97 | *  | 
                                                        
@@ -9,7 +9,6 @@  | 
                                                    ||
| 9 | 9 | namespace Aura\Filter\Spec;  | 
                                                        
| 10 | 10 | |
| 11 | 11 | use Aura\Filter\Locator\Locator;  | 
                                                        
| 12 | -use Exception;  | 
                                                        |
| 13 | 12 | |
| 14 | 13 | /**  | 
                                                        
| 15 | 14 | *  | 
                                                        
@@ -92,7 +92,7 @@ discard block  | 
                                                    ||
| 92 | 92 | *  | 
                                                        
| 93 | 93 | * @param ValidateSpec $validate_spec A prototype ValidateSpec.  | 
                                                        
| 94 | 94 | *  | 
                                                        
| 95 | - * @param ValidateSpec $sanitize_spec A prototype SanitizeSpec.  | 
                                                        |
| 95 | + * @param SanitizeSpec $sanitize_spec A prototype SanitizeSpec.  | 
                                                        |
| 96 | 96 | *  | 
                                                        
| 97 | 97 | * @param FailureCollection $failures A prototype FailureCollection.  | 
                                                        
| 98 | 98 | *  | 
                                                        
@@ -328,7 +328,7 @@ discard block  | 
                                                    ||
| 328 | 328 | *  | 
                                                        
| 329 | 329 | * @param Spec $spec The failed rule specification.  | 
                                                        
| 330 | 330 | *  | 
                                                        
| 331 | - * @return Failure  | 
                                                        |
| 331 | + * @return Failure\Failure  | 
                                                        |
| 332 | 332 | *  | 
                                                        
| 333 | 333 | */  | 
                                                        
| 334 | 334 | protected function failed($spec)  |