owncloud / QA

:collision: public test plans for owncloud components and apps
GNU Affero General Public License v3.0
14 stars 17 forks source link

[QA] Fix nightly failures #859

Closed nirajacharya2 closed 1 week ago

nirajacharya2 commented 1 month ago

New version of php is causing phan errors

phil-davis commented 1 month ago

phan is now checking for things that are deprecated in PHP 8.4. It doesn't actually effect oC10, because that only supports PHP 7.4 at the moment. But we may as well fix these, because it is easy to put a ? before each nullable parameter.

PrajwolAmatya commented 1 week ago

All related PRs have been merged and no issues is seen in CI. So, closing this issue.