AnnotationWithTargetSyntaxError.php

Namespace

Doctrine\Tests\Common\Annotations\Fixtures

File

drupal/core/vendor/doctrine/common/tests/Doctrine/Tests/Common/Annotations/Fixtures/AnnotationWithTargetSyntaxError.php
View source
<?php

namespace Doctrine\Tests\Common\Annotations\Fixtures;


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

}

Classes

Namesort descending Description
AnnotationWithTargetSyntaxError Plugin annotation @Target(@)