Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Support PHP8 Attributes #97

Open
tacman opened this issue Jun 9, 2022 · 0 comments
Open

Support PHP8 Attributes #97

tacman opened this issue Jun 9, 2022 · 0 comments

Comments

@tacman
Copy link

tacman commented Jun 9, 2022

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 added a commit to survos/flagception-bundle that referenced this issue Jun 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant