You are here

AnnotationWithTargetSyntaxError.php in Drupal 9

File

core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/AnnotationWithTargetSyntaxError.php
View source
<?php

namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures;


/**
 * @Annotation
 * @Target(@)
 */
final class AnnotationWithTargetSyntaxError {

}

Classes

Namesort descending Description
AnnotationWithTargetSyntaxError Plugin annotation @Target(@)