From b1c3f9cd8b7b0632f03e7046a38c2a98f3ed2e65 Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Wed, 15 Mar 2023 07:25:15 +0000 Subject: [PATCH] Apply fixes from StyleCI [ci skip] [skip ci] --- src/polyfill.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/polyfill.php b/src/polyfill.php index 1aba9f81..480310d4 100644 --- a/src/polyfill.php +++ b/src/polyfill.php @@ -10,7 +10,6 @@ declare(strict_types=1); namespace Doctrine\Common\Annotations { - use Doctrine\Common\Annotations\Annotation\NamedArgumentConstructor; if (!\interface_exists(NamedArgumentConstructorAnnotation::class)) { @@ -26,11 +25,9 @@ interface NamedArgumentConstructorAnnotation { } } - } namespace Doctrine\Common\Annotations\Annotation { - if (!\class_exists(NamedArgumentConstructor::class, false)) { /** * Annotation that indicates that the annotated class should be @@ -44,11 +41,9 @@ class NamedArgumentConstructor { } } - } namespace { - use JetBrains\PhpStorm\ExpectedValues; if (!\class_exists(Attribute::class, false)) { @@ -120,5 +115,4 @@ final class Attribute public $flags; } } - }