mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-24 03:35:01 +01:00
Merge pull request #3272 from rectorphp/test-for-route
This commit is contained in:
commit
ac7e95b7c4
@ -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