mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-03-13 05:26:57 +00:00
Remove string typehint
This commit is contained in:
parent
1c97d0198c
commit
abe0521be7
|
@ -36,7 +36,7 @@ class Partials
|
|||
*
|
||||
* @return string The full path.
|
||||
*/
|
||||
protected function getFilePattern(string $directoryName)
|
||||
protected function getFilePattern($directoryName)
|
||||
{
|
||||
return getcwd() . DIRECTORY_SEPARATOR . $directoryName . DIRECTORY_SEPARATOR . '*.php';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue