Closed IanDelMar closed 3 years ago
Non static methods should not be called statically.
self::
$this->
Fix non static method calls
Non static methods should not be called statically.
Changes proposed in this Pull Request:
self::
with$this->
when calling a non static method.Proposed changelog entry for your changes:
Fix non static method calls