Joedmin / xExtension-wallabag-button

Add FreshRSS articles to Wallabag with one simple button click or a keyboard shortcut.
MIT License
0 stars 1 forks source link

Add PHPStan #1

Open Alkarex opened 1 day ago

Alkarex commented 1 day ago

Up to PHPStan level 6, but you should increase it to 9 https://phpstan.org/user-guide/rule-levels Fixed many obsolete FreshRSS calls.

Alkarex commented 1 day ago

You should have the FreshRSS folder alongside your extension folder, and tell your editor tools about its path.

For instance, for the Intelephense extension for PHP in VSCode, you can set the following in your .vscode/settings.json:

{
    "intelephense.environment.includePaths": [
        "../FreshRSS/"
    ]
}