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