doc block fix & php cbf
All checks were successful
CI / testsuite (mysql, 8.2, ) (push) Successful in 4m5s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m51s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 7m33s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 4m3s
CI / testsuite (mysql, 8.4, ) (push) Successful in 19m7s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 12m58s
CI / Coding Standard & Static Analysis (push) Successful in 3m17s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 16m8s

This commit is contained in:
2026-01-28 02:02:30 -08:00
parent dea409c066
commit 4780762ef4
7 changed files with 11 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ class ContactUsComponentTest extends TestCase {
* @var array<string>
*/
protected array $fixtures = [
ContactUsFormSubmissionsFixture::class,
ContactUsFormSubmissionsFixture::class,
];
/**

View File

@@ -32,7 +32,7 @@ class ContactUsFormSubmissionsControllerTest extends TestCase {
* @var array<string>
*/
protected array $fixtures = [
ContactUsFormSubmissionsFixture::class,
ContactUsFormSubmissionsFixture::class,
];
/**