Route.php in Drupal 10
Same filename in this branch
Same filename and directory in other branches
File
core/tests/Drupal/Tests/Component/Annotation/Doctrine/Fixtures/Annotation/Route.phpView source
<?php
namespace Drupal\Tests\Component\Annotation\Doctrine\Fixtures\Annotation;
/** @Annotation */
class Route {
/** @var string @Required */
public $pattern;
public $name;
}