Skip to content

Commit

Permalink
add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Endi authored and endihunter committed Sep 23, 2019
1 parent dca7a1b commit 731ee2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Traits/Module/HasFilters.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public function scopes()
* @return Mutable
* @throws \ReflectionException
*/
protected function scaffoldFilters()
protected function scaffoldFilters(): Mutable
{
$this->filters = new Mutable();

Expand Down

0 comments on commit 731ee2a

Please sign in to comment.