owncloud / files_antivirus

:space_invader: virus scanner for ownCloud
GNU Affero General Public License v3.0
48 stars 30 forks source link

[tests-only] [full-ci] Run phan with PHP 7.3 #535

Closed phil-davis closed 1 year ago

phil-davis commented 1 year ago

phan will report errors if any of the code is not compatible with PHP 7.3.

This app still supports PHP 7.3 when used with oC10 core 10.11 and earlier.

To get phan passing, I suppressed most of the things it reported. They all look like OK code to me. There are a few deprecated constants, but I don't want to change them to their newer names, because that might break if running with some older core version with older dependenices or...

phil-davis commented 1 year ago

https://drone.owncloud.com/owncloud/files_antivirus/2802/5/3 phan passed with PHP 7.3 (and 7.4) - good

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication