AppThreat / AppThreat/chen

[php] support for comments

Open
#52 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.