diff --git a/composer.json b/composer.json index a025377295c..15f08d92021 100644 --- a/composer.json +++ b/composer.json @@ -53,6 +53,9 @@ "Broken title in modal dialog when title is a render array": "https://www.drupal.org/files/issues/2019-10-21/2663316-76.drupal.Broken-title-in-modal-dialog-when-title-is-a-render-array.patch", "PHPDocs with wrong parameters": "https://www.drupal.org/files/issues/2019-09-03/queryinterface-range-updated-phpdocs.patch" }, + "drupal/coder": { + "Allow class property types instead of @var comments": "https://www.drupal.org/files/issues/2021-09-20/coder-3123282-2.patch" + }, "drupal/flag": { "Add relationship to flagged entities when Flagging is base table": "https://www.drupal.org/files/issues/2723703_31.patch" }, diff --git a/phpcs.xml b/phpcs.xml index 589f46b926c..c86fb3f1e81 100644 --- a/phpcs.xml +++ b/phpcs.xml @@ -42,15 +42,9 @@ ./modules/custom/social_graphql/* - - ./modules/custom/social_graphql/* -