AntCMS/phpstan.neon
Belle Aerni 97e6a8a4e6 Make renderWithTiwg a static function
There's zero need to create a new instance of the class before calling it, so this removes a very small amount of overhead, but more importantly removes the need to create and define a new class of it each time, which makes the code very slightly cleaner
2023-01-19 15:07:15 -08:00

8 lines
93 B
Text

parameters:
level: 5
paths:
- src
excludePaths:
analyse:
- src/Vendor
- src/Cache