mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-04 04:35:33 +01:00
Remove string typehint
PHP 5 compatibility
This commit is contained in:
parent
c4d53e16fb
commit
1c97d0198c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Partials
|
|||
$files = (new static())->getFilePattern($directoryName);
|
||||
|
||||
return collect(glob($files))
|
||||
->map(function (string $filename) {
|
||||
->map(function ($filename) {
|
||||
return include $filename;
|
||||
})
|
||||
->flatten(1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue