Breaking: #76469 - Doctrine: migrate ext:ImpExp
See forge#76469
Description
The return type of 
        Import
has changed. Instead of returning either 
        bool, 
        \mysqli_
or 
        object the return value always is a 
        \Doctrine\.
Impact
Using the mentioned method will not yield the expected result type.
Affected Installations
All installations with a 3rd party extension using 
        Import.
Migration
Migrate all calls that work with the result of 
        Import
to be able to handle 
        \Doctrine\ objects.