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...
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...