In my TYPO3 Project is a Extension with a PHP7 Error.
PHP Warning: Declaration of … should be compatible with …..
1: PHP Warning: Declaration of tx_caretaker_pi_singleview::getNodeChart($node) should be compatible with tx_caretaker_pibase::getNodeChart() in /typo3conf/ext/caretaker/pi_singleview/class.tx_caretaker_pi_singleview.php line 40
class tx_caretaker_pi_singleview extends tx_caretaker_pibase
{
The Problem is the PHP7.1 Strict-Mode ?!
I have 2 Options, i Fix the PHP Problem, or i can change the Mode? Thanks for Help!