mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Remove string typehint
This commit is contained in:
parent
abe0521be7
commit
c10906e56e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class FakePartials extends Partials
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getFilePattern(string $directoryName)
|
||||
protected function getFilePattern($directoryName)
|
||||
{
|
||||
return __DIR__ . '/../../stubs/filters/*.php';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue