etruel / wpematico

11 stars 9 forks source link

New method to count skipped posts as a fatal error on PHP 8+ #128

Closed etruel closed 4 months ago

etruel commented 4 months ago

A scalar can't be assigned to an array variable. This is a fatal error on PHP 8+. This means all methods that return -1 to $this->currentitem should change in favor of a new "SKIP" array key.

This issue affects also the Professional Addon. Should be fixed both together.