Content
View differences
Updated by Sagar Gurung about 2 years ago
Currently in \`integration\_openproject\` we are supporting nextcloud version 24 which needs php-7.4 but in this PR PRĀ
[https://github.com/nextcloud/integration\_openproject/pull/399/](https://github.com/nextcloud/integration_openproject/pull/399/)
We are using the php 8 syntax and there are certain files that are only available from Nextcloud version 25. So for now, to make the phpstan and linter not complain about the path `lib/Reference/WorkPackageReferenceProvider.php` , it is ignored for linting and phpstan.
But after we drop support for php-7.4 and nextcloud server 24, we can stop ignoring the path.
[https://github.com/nextcloud/integration\_openproject/pull/399/](https://github.com/nextcloud/integration_openproject/pull/399/)
We are using the php 8 syntax and there are certain files that are only available from Nextcloud version 25. So for now, to make the phpstan and linter not complain about the path `lib/Reference/WorkPackageReferenceProvider.php` , it is ignored for linting and phpstan.
But after we drop support for php-7.4 and nextcloud server 24, we can stop ignoring the path.