nextcloud / files_confidential

Workflows for handling and classifying confidential files in Nextcloud
GNU Affero General Public License v3.0
5 stars 1 forks source link

chore: Fix psalm by setting PHP version #130

Closed susnux closed 4 months ago

susnux commented 4 months ago

Make psalm run with lowest supported PHP version

To have consistent psalm results the target PHP version should be set instead of guessed from currently running version. Currently Nextcloud 28 is supported so lowest PHP version is 8.0.

Also the schemaLocation was set to a non-existing path, as the phar bundle is used the only available location would be the online version.