mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
add test case for #3271
This commit is contained in:
parent
082b40c461
commit
f2060ed923
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Rector\BetterPhpDocParser\Tests\PhpDocParser\TagValueNodeReprint\Fixture\SymfonyRoute;
|
||||
|
||||
use Symfony\Component\Routing\Annotation\Route;
|
||||
|
||||
final class RouteNameWithMethodAndClassConstant
|
||||
{
|
||||
/**
|
||||
* @Route("/", methods={"GET", "POST"}, name=MyController::ROUTE_NAME)
|
||||
*/
|
||||
public function run()
|
||||
{
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user