From 1cc868af9016e950c4b28338dfdba5ebd66936fc Mon Sep 17 00:00:00 2001 From: Luis Ruiz <luis.ruiz@metadrop.net> Date: Thu, 20 Jul 2023 13:21:40 +0200 Subject: [PATCH] Issue #3375018: Remove undeed include --- src/Services/EntityUseParagraph.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Services/EntityUseParagraph.php b/src/Services/EntityUseParagraph.php index dc3a015..dfee902 100644 --- a/src/Services/EntityUseParagraph.php +++ b/src/Services/EntityUseParagraph.php @@ -2,8 +2,6 @@ namespace Drupal\xray_audit\Services; -use phpDocumentor\Reflection\Types\Integer; - /** * Service to get paragraphs use. */ -- GitLab