[php] support for comments
Open
- Dominant language
- Scala
- Stars
- 34
- Forks
- 5
- Avg merge
- 1h 56m
- Merged PRs (30d)
- 3
Description
Some old php apps define routes using annotations in comments.
```php
use Symfony\Component\Routing\Annotation\Route;
class SomeController
{
/**
* @Route("/path", name="action")
*/
public function someAction()
{
// ...
}
}
```
https://symfony.com/blog/new-in-symfony-5-2-php-8-attributes
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.