flagception-bundle icon indicating copy to clipboard operation
flagception-bundle copied to clipboard

Support PHP8 Attributes

Open tacman opened this issue 2 years ago • 0 comments

All the cool kids are using attributes instead of annotations...

I'll submit a PR in a bit, so we can do:

    #[Feature(name: "abc")]
    #[Route('/demo', name: 'app_demo')]
    public function demo(): Response
    {
        return $this->render('app/index.html.twig', [
        ]);
    }

tacman avatar Jun 09 '22 13:06 tacman