Fix pipeline errors
- Use MySQL for running tests as the SQLite version is not new enough. - Fix phpcs error.
This commit is contained in:
parent
d076a6fb78
commit
f545502947
2 changed files with 2 additions and 2 deletions
web/modules/custom/example/src/Controller
|
@ -12,7 +12,7 @@ final class ExamplePageController {
|
|||
use StringTranslationTrait;
|
||||
|
||||
public function __construct(
|
||||
private LoggerChannelFactoryInterface $logger
|
||||
private LoggerChannelFactoryInterface $logger,
|
||||
) {}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue