mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-02-28 12:36:27 -05:00
* 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
19 lines
481 B
Plaintext
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
|