Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
StyleCIBot committed Mar 15, 2023
1 parent 02a2609 commit b1c3f9c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/polyfill.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
declare(strict_types=1);

namespace Doctrine\Common\Annotations {

use Doctrine\Common\Annotations\Annotation\NamedArgumentConstructor;

if (!\interface_exists(NamedArgumentConstructorAnnotation::class)) {
Expand All @@ -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
Expand All @@ -44,11 +41,9 @@ class NamedArgumentConstructor
{
}
}

}

namespace {

use JetBrains\PhpStorm\ExpectedValues;

if (!\class_exists(Attribute::class, false)) {
Expand Down Expand Up @@ -120,5 +115,4 @@ final class Attribute
public $flags;
}
}

}

0 comments on commit b1c3f9c

Please sign in to comment.