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
Update phpstan/phpstan related dependencies to ^2.0" (#805)
* Update phpstan/phpstan related dependencies to ^2.0"
* Other versions now being also 2.0 until the next minor bump
* PHPStan errors, low hanging fruit edition - Part I
* PHPStan errors, low hanging fruit edition - Part II
* Big one...
* PHPStan errors, low hanging fruit edition - Part III
* PHPStan errors, low hanging fruit edition - Part IV
* PHPStan errors, low hanging fruit edition - Part V
* PHPUnit fix
* PHPCS fixes
* PHPUnit fix
* More brain = less errors
* PHPUnit D9 fix
* Temporary here until drupal core is also on phpstan/*:^2.
* Temporary here until drupal core is also on phpstan/*:^2.
* Temporary here until drupal core is also on phpstan/*:^2.
* Yawn...
* Yawn...
* FFS WTFBBQ
* Cleanup
* More brain = less errors
* Update src/Rules/Drupal/GlobalDrupalDependencyInjectionRule.php
Co-authored-by: Matt Glaman <[email protected]>
---------
Co-authored-by: Matt Glaman <[email protected]>
$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');
68
+
$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: src/Rules/Deprecations/ConditionManagerCreateInstanceContextConfigurationRule.php
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,7 @@ public function processNode(Node $node, Scope $scope): array
51
51
return [
52
52
RuleErrorBuilder::message('Passing context values to plugins via configuration is deprecated in drupal:9.1.0 and will be removed before drupal:10.0.0. Instead, call ::setContextValue() on the plugin itself. See https://www.drupal.org/node/3120980')
0 commit comments