AnnotationWithTargetSyntaxError.php
Namespace
Drupal\Tests\Component\Annotation\Doctrine\FixturesFile
- 
              core/tests/ Drupal/ Tests/ Component/ Annotation/ Doctrine/ Fixtures/ AnnotationWithTargetSyntaxError.php 
View source
<?php
declare (strict_types=1);
namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures;
/**
 * @Annotation
 * @Target(@)
 */
final class AnnotationWithTargetSyntaxError {
}Classes
| Title | Deprecated | Summary | 
|---|---|---|
| AnnotationWithTargetSyntaxError | Plugin annotation @Target(@) | 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
