Completed
Pull Request — master (#4)
by Clayton
01:13
created
src/Sanitizer/Laravel/Factory.php 1 patch
Doc Comments   -3 removed lines patch added patch discarded remove patch
@@ -43,9 +43,6 @@
 block discarded – undo
43 43
      *  Add a custom filters to all Sanitizers created with this Factory.
44 44
      *
45 45
      *  @param  string  $name  Name of the filter
46
-     *  @param  mixed  $extension  Either the full class name of a Filter class implementing the Filter contract, or a Closure.
47
-     *
48
-     *  @throws InvalidArgumentException
49 46
      */
50 47
     public function extend($name, $customFilter)
51 48
     {
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.