This website requires JavaScript.
Explore
Help
Sign in
beenull
/
AntCMS
Watch
1
Star
0
Fork
You've already forked AntCMS
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
97e6a8a4e6
AntCMS
/
phpstan.neon
9 lines
93 B
Text
Raw
Normal View
History
Unescape
Escape
Add PHPStan
2023-01-07 02:25:28 +00:00
parameters:
Highlight the active page in the navbar Closes #6 Also dropped PHPStan back down to level 5 because I decided level 6 was a bit much
2023-01-13 03:08:35 +00:00
level: 5
Add PHPStan
2023-01-07 02:25:28 +00:00
paths:
- src
excludePaths:
analyse:
- src/Vendor
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 23:07:15 +00:00
- src/Cache
Reference in a new issue
Copy permalink