Nono1971 / doctrine-yuml-bundle

Bundle to visualise doctrine mapping with yuml in Symfony3
41 stars 12 forks source link

Deprecations: DataCollectorInterface must implement reset() since symfony 3.4 #2

Closed MathieuThiry closed 6 years ago

MathieuThiry commented 6 years ago

First of all, thanks for your bundle!

We could maybe add something like this to Onurb\Bundle\YumlBundle\DataCollector\DoctrineYumlDataCollector:

public function reset()
{
    $this->data = [];
}

Thanks again!

flaushi commented 6 years ago

Yes, that would be great, I am also planning my upgrade to 4.0, and want to eliminate all deprecations beforehand. Thanks in advance, great bundle!