Skip to content

Commit

Permalink
Capitalization fix
Browse files Browse the repository at this point in the history
  • Loading branch information
askvortsov1 committed Feb 21, 2021
1 parent 5a4bc5a commit 97ac81a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Extend/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ 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)
{
$this->filtererClass = $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.
*/
Expand Down

0 comments on commit 97ac81a

Please sign in to comment.