We have released 4.7.2.1 with an update to the PHP8 compatibility scanner to make it less sensitive to issues that PHP8 is not concerned at this time, such as the following:
Parameter variable names being different in the extended class, eg:
Base: function foo( $node )
Extended: function foo( $forum )
Protected methods becoming public methods in the extended class, eg: Base: protected function foo()
Extended: public function foo()
Extended methods returning a type when the
Recommended Posts
Posted by Matt,
10 reactions
Go to this post