Use Build Configs for configuration files
This commit is contained in:
parent
568451806e
commit
4c1c13e0e5
11 changed files with 237 additions and 84 deletions
|
|
@ -1,6 +1,6 @@
|
|||
parameters:
|
||||
ignoreErrors:
|
||||
-
|
||||
message: "#^Method Drupal\\\\example\\\\Controller\\\\BlogPageController\\:\\:create\\(\\) should return static\\(Drupal\\\\example\\\\Controller\\\\BlogPageController\\) but returns Drupal\\\\example\\\\Controller\\\\BlogPageController\\.$#"
|
||||
message: "#^Method Drupal\\\\atdc\\\\Controller\\\\BlogPageController\\:\\:create\\(\\) should return static\\(Drupal\\\\atdc\\\\Controller\\\\BlogPageController\\) but returns Drupal\\\\atdc\\\\Controller\\\\BlogPageController\\.$#"
|
||||
count: 1
|
||||
path: web/modules/custom/example/src/Controller/BlogPageController.php
|
||||
path: web/modules/custom/atdc/src/Controller/BlogPageController.php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue