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

support php8 attributes, fixes #97

Open tacman opened this issue 3 years ago • 2 comments

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

works now, as does using this at the controller class level.

tacman avatar Jun 09 '22 13:06 tacman

Any chance you can look at this?

tacman avatar Jun 25 '22 10:06 tacman

Php 8 Attributes would be a great impovment. Is there any news on this? @mKnoop

Chris53897 avatar Jan 25 '23 15:01 Chris53897