From 43b3b9b28819bba349f5e38b96aeeec6cf16f608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Brala?= Date: Mon, 11 Mar 2024 20:38:26 +0100 Subject: [PATCH] Update core_plugin_conversion.md --- docs/core_plugin_conversion.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/core_plugin_conversion.md b/docs/core_plugin_conversion.md index 60b9d8d9..ef186192 100644 --- a/docs/core_plugin_conversion.md +++ b/docs/core_plugin_conversion.md @@ -1,10 +1,13 @@ # Core annotation to attribute conversion -To convert a plugin in core from an annotation to an attribute, you need to do the following: +To convert a plugin in core from an annotation to an attribute, you need to do the following after checking out core. ## Install drupal-rector + +Adding `-W` since PHPStan needs updateing. + ```bash -composer require --dev palantirnet/drupal-rector +composer require --dev palantirnet/drupal-rector -W ``` ## Configure drupal-rector (rector.php)