mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-02-02 08:57:31 +00:00
Remove string typehint
This commit is contained in:
parent
abe0521be7
commit
c10906e56e
|
@ -29,7 +29,7 @@ class FakePartials extends Partials
|
|||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
protected function getFilePattern(string $directoryName)
|
||||
protected function getFilePattern($directoryName)
|
||||
{
|
||||
return __DIR__ . '/../../stubs/filters/*.php';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue