Skip to content

Commit d43d87a

Browse files
authored
Add static return type
1 parent 60d60c2 commit d43d87a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Views/Filter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ public function __construct(string $name, string $key = null)
3434
}
3535
}
3636

37+
/**
38+
* @return static
39+
*/
3740
public static function make(string $name, string $key = null): Filter
3841
{
3942
return new static($name, $key);

0 commit comments

Comments
 (0)