doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.77k stars 224 forks source link

Added access modifier to DependentFixtureInterface #280

Closed joshlopes closed 6 years ago

joshlopes commented 6 years ago

Implement the access modifier making it PSR-2 compliant.

Just noticed that using some IDE functionality to implement this interface copy/paste the code from it and later marks it as an "error". Because doctrine is using PSR-2, i think it makes sense making this one compliant too.

alcaeus commented 6 years ago

Thanks @joshlopes