vierge-noire / cakephp-fixture-factories

CakePHP Fixture Factories
https://vierge-noire.github.io/
MIT License
83 stars 21 forks source link

Fix up CS for array collections #244

Closed dereuromark closed 8 months ago

dereuromark commented 8 months ago

Makes it not red in our CS when freshly baking:

 * @method \App\Model\Entity\Warehouse getEntity()
 * @method array<\App\Model\Entity\Warehouse> getEntities()
 * @method \App\Model\Entity\Warehouse|array<\App\Model\Entity\Warehouse> persist()