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

Make data providers static #4270

Closed derrabus closed 2 months ago

derrabus commented 2 months ago

Data providers must be static in PHPUnit 11. This PR fixes all the low hanging fruit.

fabpot commented 2 months ago

Thank you @derrabus.