You are here

AnnotWithDefaultValue.php in Drupal 10

File

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

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


/** @Annotation */
class AnnotWithDefaultValue {

  /** @var string */
  public $foo = 'bar';

}

Classes