SMEStorage / ContentDetectors

Nasuni Access Anywhere Content Detectors
https://storagemadeeasy.com
MIT License
4 stars 0 forks source link

Deprecated notices for Pear packages #3

Closed JANorman closed 6 years ago

JANorman commented 6 years ago

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
JANorman commented 6 years ago

Resolved in PR #4