<?phpdeclare(strict_types=1);namespace DoctrineDBALDriver;use DoctrineDBALDriver;interface Middleware{ public function wrap(Driver $driver): Driver;}