FreshRSS / update.freshrss.org

Update system (server-side) for FreshRSS
GNU Affero General Public License v3.0
7 stars 0 forks source link

Supress the undefined var warnings #12

Closed math-GH closed 4 months ago

math-GH commented 4 months ago

From: https://github.com/bmewburn/vscode-intelephense/issues/568#issuecomment-1763662245

Before grafik

After: grafik

Alkarex commented 4 months ago

A better way is probably to have the constants defined, i.e. adding the FreshRSS path into your IDE for this project. Example:

image

But the whole project needs a long-due refresh, at least to include the same conventions and tests that we have on the Extensions repository.

Related: https://github.com/FreshRSS/FreshRSS/pull/1760

math-GH commented 4 months ago

Thanks. That helped a lot!