Breaking: #77453 - Signature of AbstractPlugin::pi_list_makelist changed
See forge#77453
Description
The expected result data type of the method
Abstract
has changed.
Instead of accepting
bool
,
\mysqli_
or
object
as a
result provider only
\Doctrine\
objects are accepted.
Impact
3rd party extensions using
Abstract
need to provide the correct
input type.
Affected Installations
Installations using 3rd party extensions that use
Abstract
.
Migration
Migrate all code that works with the
Abstract
to provide the expected
Doctrine Statement object.