Featured Replies
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 by
Matt
- Prev
- 1
- 2
- 3
- 4
- Next
- Page 1 of 4
- Prev
- 1
- 2
- 3
- 4
- Next
- Page 1 of 4
Share
Followers
Recently Browsing 0
- No registered users viewing this page.