You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$errorBuilder->tip('Read the Drupal core backwards compatibility and internal API policy: https://www.drupal.org/about/core/policies/core-change-policies/drupal-8-and-9-backwards-compatibility-and-internal-api#internal');
Copy file name to clipboardExpand all lines: tests/src/Rules/ClassExtendsInternalClassRuleTest.php
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,8 @@ public function pluginData(): \Generator
51
51
[
52
52
[
53
53
'Class Drupal\phpstan_fixtures\Internal\ExtendsDrupalCoreInternalClass extends @internal class Drupal\Core\InternalClass.',
54
-
7
54
+
7,
55
+
'Read the Drupal core backwards compatibility and internal API policy: https://www.drupal.org/about/core/policies/core-change-policies/drupal-8-and-9-backwards-compatibility-and-internal-api#internal',
55
56
],
56
57
],
57
58
];
@@ -60,7 +61,8 @@ public function pluginData(): \Generator
60
61
[
61
62
[
62
63
'Class Drupal\phpstan_fixtures\Internal\ExtendsDrupalCorePHPStanDrupalTestsInternalClass extends @internal class Drupal\Core\PHPStanDrupalTests\InternalClass.',
63
-
7
64
+
7,
65
+
'Read the Drupal core backwards compatibility and internal API policy: https://www.drupal.org/about/core/policies/core-change-policies/drupal-8-and-9-backwards-compatibility-and-internal-api#internal',
64
66
],
65
67
],
66
68
];
@@ -119,6 +121,16 @@ public function pluginData(): \Generator
0 commit comments