Completed
Push — 2.x ( ac33b7...f97207 )
by Paul
9s
created
src/Rule/Validate/Isbn.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      *
Please login to merge, or discard this patch.
src/SubjectFilter.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -92,7 +92,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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)
Please login to merge, or discard this patch.
src/Spec/Spec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,6 @@
 block discarded – undo
9 9
 namespace Aura\Filter\Spec;
10 10
 
11 11
 use Aura\Filter\Locator\Locator;
12
-use Exception;
13 12
 use Closure;
14 13
 
15 14
 /**
Please login to merge, or discard this patch.