The Pear packages that have been installed with composer are issuing a number of deprecation notices. These libraries need to be updated or swapped for ones that don't issue these notices. \
Example:
Deprecated: Non-static method CloudDataService\NHSNumberValidation\Validator::validate() should not be called statically, assuming $this from incompatible context in /Users/jamesnorman/Documents/SME/ContentDetectors/src/Detectors/UK/NhsNumber.php on line 47
PHP Deprecated: Non-static method CloudDataService\NHSNumberValidation\Validator::validate() should not be called statically, assuming $this from incompatible context in /Users/jamesnorman/Documents/SME/ContentDetectors/src/Detectors/UK/NhsNumber.php on line 47
Deprecated: Non-static method Validate_CA::ssn() should not be called statically, assuming $this from incompatible context in /Users/jamesnorman/Documents/SME/ContentDetectors/src/Detectors/Canada/SocialInsuranceNumber.php on line 45
PHP Deprecated: Non-static method Validate_CA::_luhn() should not be called statically, assuming $this from incompatible context in /Users/jamesnorman/Documents/SME/ContentDetectors/vendor/pear/validate_ca/Validate/CA.php on line 103
The Pear packages that have been installed with composer are issuing a number of deprecation notices. These libraries need to be updated or swapped for ones that don't issue these notices. \ Example: