From 62a695640e05ca138c181a3c662fc46bdbd8aed3 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Tue, 12 Dec 2023 06:03:36 +0100 Subject: [PATCH] Update TestCommand.php --- src/Command/TestCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Command/TestCommand.php b/src/Command/TestCommand.php index 7dc6ebd8..24923f36 100644 --- a/src/Command/TestCommand.php +++ b/src/Command/TestCommand.php @@ -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