File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -249,7 +249,7 @@ public function getCommit(array $segments): array
249249 /**
250250 * Retrieves repo details for each configured repository as a Repo.
251251 *
252- * @return list< Repo>
252+ * @return array<string, Repo>
253253 */
254254 public function getRepos (): array
255255 {
Original file line number Diff line number Diff line change 33namespace Tests \Support ;
44
55use App \Database \Seeds \ForumSeeder ;
6+ use CodeIgniter \Database \Seeder ;
67use CodeIgniter \Test \CIUnitTestCase ;
78
89/**
@@ -21,7 +22,7 @@ abstract class ProjectTestCase extends CIUnitTestCase
2122 * The seed file(s) used for all tests within this test case.
2223 * Should be fully-namespaced or relative to $basePath
2324 *
24- * @var array| string
25+ * @var class- string<Seeder>
2526 */
2627 protected $ seed = ForumSeeder::class;
2728
You can’t perform that action at this time.
0 commit comments