rector/e2e/attributes/src/route.php
Tomas Votruba a3f9df34d6 Updated Rector to commit 58e7624357
58e7624357 [scoped] Run e2e parallel, suck in existing tests (#16)
2021-05-11 16:11:30 +00:00

14 lines
158 B
PHP

<?php
use Symfony\Component\Routing\Annotation\Route;
class SomeController
{
/**
* @Route()
*/
public function someMethod()
{
}
}