diff --git a/phpcs-ruleset.xml.dist b/phpcs-ruleset.xml.dist index fa0a84405..069d655b0 100644 --- a/phpcs-ruleset.xml.dist +++ b/phpcs-ruleset.xml.dist @@ -26,6 +26,10 @@ + + + + diff --git a/src/Controller/SubscriptionController.php b/src/Controller/SubscriptionController.php index 65305b8ad..fe1995141 100644 --- a/src/Controller/SubscriptionController.php +++ b/src/Controller/SubscriptionController.php @@ -5,7 +5,6 @@ use Drupal\Core\Controller\ControllerBase; use Drupal\Core\Entity\ContentEntityInterface; use Drupal\Core\Entity\EntityInterface; -use Drupal\Core\Entity\EntityTypeManagerInterface; use Drupal\Core\Messenger\MessengerInterface; use Drupal\Core\Url; use Drupal\og\OgAccessInterface;