Completed
Pull Request — master (#3)
by Clayton
06:29
created
src/ValidationService/Concerns/InteractsWithValidationData.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -60,7 +60,6 @@
 block discarded – undo
60 60
     /**
61 61
      * Replaces the current parameters by a new set.
62 62
      *
63
-     * @param  array  $parameters
64 63
      */
65 64
     public function replace(array $data)
66 65
     {
Please login to merge, or discard this patch.
src/Sanitizer/Sanitizer.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
      *
38 38
      * @param  array  $data
39 39
      * @param  array  $rules      Rules to be applied to each data attribute
40
-     * @param  array  $filters    Available filters for this sanitizer
41 40
      */
42 41
     public function __construct(array $data, array $rules, array $customFilters = [])
43 42
     {
Please login to merge, or discard this patch.