Skip to content

Commit

Permalink
Merge pull request #244 from dereuromark/phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloelcolombiano authored Dec 23, 2023
2 parents 447f879 + 56e4417 commit 06863d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/bake/fixture_factory.twig
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ use {{ useStatement }};
* {{ factory }}
*
* @method {{ entityClass }} getEntity()
* @method {{ entityClass }}[] getEntities()
* @method {{ entityClass }}|{{ entityClass }}[] persist()
* @method array<{{ entityClass }}> getEntities()
* @method {{ entityClass }}|array<{{ entityClass }}> persist()
* @method static {{ entityClass }} get(mixed $primaryKey, array $options = [])
*/
class {{ factory }} extends CakephpBaseFactory
Expand Down

0 comments on commit 06863d5

Please sign in to comment.