vierge-noire / cakephp-fixture-factories

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

#218 fix phpdoc argument types of the with* methods inside bake factory template #220

Closed ckbx-cakebox closed 1 year ago

ckbx-cakebox commented 1 year ago

Related to https://github.com/vierge-noire/cakephp-fixture-factories/issues/218.

The arguments are passed into the make() methods of the BaseFactory subclasses. Added EntityInterface and string in phpdoc @param types.