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

support php8 attributes, fixes #97 #98

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

tacman
Copy link

@tacman tacman commented Jun 9, 2022

    #[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
Copy link
Author

tacman commented Jun 25, 2022

Any chance you can look at this?

@mKnoop mKnoop self-assigned this Aug 10, 2022
@mKnoop mKnoop added the review Issues that are currently checked label Aug 10, 2022
@Chris53897
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
review Issues that are currently checked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants