twigphp / Twig

Twig, the flexible, fast, and secure template language for PHP
https://twig.symfony.com/
BSD 3-Clause "New" or "Revised" License
8.18k stars 1.25k forks source link

Add return types in FileystemLoader #4331

Closed ruudk closed 1 month ago

stof commented 1 month ago

If you improve the types in that class, I suggest also replacing @param string|array $paths with @param string|string[] $paths everywhere (otherwise, we cannot actually guarantee that the returned list is a list of strings)

ruudk commented 1 month ago

You're right, done!

fabpot commented 1 month ago

Thank you @ruudk.