|
1 | 1 | parameters:
|
2 | 2 | ignoreErrors:
|
| 3 | + - |
| 4 | + message: """ |
| 5 | + #^Call to deprecated method locateRoot\\(\\) of class DrupalFinder\\\\DrupalFinder\\: |
| 6 | + Will be removed in v2\\. Future usage should instantiate |
| 7 | + a new DrupalFinder object by passing the starting path to its |
| 8 | + constructor\\.$# |
| 9 | + """ |
| 10 | + count: 1 |
| 11 | + path: config/drupal-phpunit-bootstrap-file.php |
| 12 | + |
3 | 13 | -
|
4 | 14 | message: "#^Function drupal_phpunit_contrib_extension_directory_roots\\(\\) return type has no value type specified in iterable type array\\.$#"
|
5 | 15 | count: 1
|
@@ -35,6 +45,34 @@ parameters:
|
35 | 45 | count: 1
|
36 | 46 | path: config/drupal-phpunit-bootstrap-file.php
|
37 | 47 |
|
| 48 | + - |
| 49 | + message: """ |
| 50 | + #^Instantiation of deprecated class DrupalFinder\\\\DrupalFinder\\: |
| 51 | + in drupal\\-finder\\:1\\.3\\.0 and is removed from drupal\\-finder\\:2\\.0\\.0\\. |
| 52 | + Use \\\\DrupalFinder\\\\DrupalFinderComposerRuntime instead\\.$# |
| 53 | + """ |
| 54 | + count: 1 |
| 55 | + path: config/drupal-phpunit-bootstrap-file.php |
| 56 | + |
| 57 | + - |
| 58 | + message: """ |
| 59 | + #^Call to deprecated method locateRoot\\(\\) of class DrupalFinder\\\\DrupalFinder\\: |
| 60 | + Will be removed in v2\\. Future usage should instantiate |
| 61 | + a new DrupalFinder object by passing the starting path to its |
| 62 | + constructor\\.$# |
| 63 | + """ |
| 64 | + count: 1 |
| 65 | + path: rector.php |
| 66 | + |
| 67 | + - |
| 68 | + message: """ |
| 69 | + #^Instantiation of deprecated class DrupalFinder\\\\DrupalFinder\\: |
| 70 | + in drupal\\-finder\\:1\\.3\\.0 and is removed from drupal\\-finder\\:2\\.0\\.0\\. |
| 71 | + Use \\\\DrupalFinder\\\\DrupalFinderComposerRuntime instead\\.$# |
| 72 | + """ |
| 73 | + count: 1 |
| 74 | + path: rector.php |
| 75 | + |
38 | 76 | -
|
39 | 77 | message: "#^Access to an undefined property PhpParser\\\\Node\\\\Expr\\:\\:\\$value\\.$#"
|
40 | 78 | count: 2
|
@@ -117,3 +155,27 @@ parameters:
|
117 | 155 | """
|
118 | 156 | count: 1
|
119 | 157 | path: src/Drupal9/Rector/Deprecation/PassRector.php
|
| 158 | + |
| 159 | + - |
| 160 | + message: """ |
| 161 | + #^Class DrupalRector\\\\Set\\\\Drupal10SetList implements deprecated interface Rector\\\\Set\\\\Contract\\\\SetListInterface\\: |
| 162 | + This interface needs a reflection to load and uses constant links\\. Now we changed to services provider architecture that can be used and registerd easily\\. Use$# |
| 163 | + """ |
| 164 | + count: 1 |
| 165 | + path: src/Set/Drupal10SetList.php |
| 166 | + |
| 167 | + - |
| 168 | + message: """ |
| 169 | + #^Class DrupalRector\\\\Set\\\\Drupal8SetList implements deprecated interface Rector\\\\Set\\\\Contract\\\\SetListInterface\\: |
| 170 | + This interface needs a reflection to load and uses constant links\\. Now we changed to services provider architecture that can be used and registerd easily\\. Use$# |
| 171 | + """ |
| 172 | + count: 1 |
| 173 | + path: src/Set/Drupal8SetList.php |
| 174 | + |
| 175 | + - |
| 176 | + message: """ |
| 177 | + #^Class DrupalRector\\\\Set\\\\Drupal9SetList implements deprecated interface Rector\\\\Set\\\\Contract\\\\SetListInterface\\: |
| 178 | + This interface needs a reflection to load and uses constant links\\. Now we changed to services provider architecture that can be used and registerd easily\\. Use$# |
| 179 | + """ |
| 180 | + count: 1 |
| 181 | + path: src/Set/Drupal9SetList.php |
0 commit comments