diff --git a/src/Extend/Filter.php b/src/Extend/Filter.php index 2cec235749..49f54c5419 100644 --- a/src/Extend/Filter.php +++ b/src/Extend/Filter.php @@ -19,7 +19,7 @@ class Filter implements ExtenderInterface private $filterMutators = []; /** - * @param string $filtererclass: The ::class attribute of the filterer to extend + * @param string $filtererClass: The ::class attribute of the filterer to extend */ public function __construct($filtererClass) { @@ -27,7 +27,7 @@ public function __construct($filtererClass) } /** - * Add a filter to run when the filtererclass is filtered. + * Add a filter to run when the filtererClass is filtered. * * @param string $filterClass: The ::class attribute of the filter you are adding. */