Files
FreshRSS/phpstan-next.neon
Alexandre Alapetite 350edf398c PHP 8.3 #[\Override] (#6273)
* PHP 8.3 #[\Override]
https://php.watch/versions/8.3/override-attr

With PHPStan `checkMissingOverrideMethodAttribute` https://phpstan.org/config-reference#checkmissingoverridemethodattribute

And modified the call to phpstan-next on the model of https://github.com/FreshRSS/Extensions/pull/228 (more robust than the find method, which gave some strange errors)

* Update extension example accordingly
2024-04-10 15:33:43 +02:00

19 lines
481 B
Plaintext

includes:
- phpstan.neon
parameters:
level: 9
excludePaths:
analyse:
# TODO: Update files below and remove them from this list
- app/Controllers/configureController.php
- app/Controllers/importExportController.php
- app/Models/DatabaseDAO.php
- app/Models/Entry.php
- app/Models/Feed.php
- app/Services/ImportService.php
- app/views/configure/archiving.phtml
- app/views/helpers/feed/update.phtml
- lib/Minz/Helper.php
- lib/Minz/Request.php