Fix pipeline errors

- Use MySQL for running tests as the SQLite version is not new enough.
- Fix phpcs error.
This commit is contained in:
Oliver Davies 2024-08-04 16:12:57 +01:00
parent d076a6fb78
commit f545502947
2 changed files with 2 additions and 2 deletions
web/modules/custom/example/src/Controller

View file

@ -12,7 +12,7 @@ final class ExamplePageController {
use StringTranslationTrait;
public function __construct(
private LoggerChannelFactoryInterface $logger
private LoggerChannelFactoryInterface $logger,
) {}
/**