Skip to content

Commit

Permalink
Update TestCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored Dec 12, 2023
1 parent a625a3a commit 62a6956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Command/TestCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ public function generateFixtureList($subject): array
/**
* Process a model, pull out model name + associations converted to fixture names.
*
* @param @param \Cake\Datasource\RepositoryInterface $subject A Model class to scan for associations and pull fixtures off of.
* @param \Cake\Datasource\RepositoryInterface $subject A Model class to scan for associations and pull fixtures off of.
* @return void
*/
protected function _processModel(RepositoryInterface $subject): void
Expand Down

0 comments on commit 62a6956

Please sign in to comment.