Unable to use php 8 attributes #83
Unanswered
bradley-r-martin
asked this question in
Q&A
Replies: 1 comment
-
This should normally be working, could you present us a test to show what's not working? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Having some issues using the PHP 8 attributes.
Using the comment based /** @typescript */ declaration works fine however i need to be able to use the other attributes like: #[LiteralTypeScriptType("string | null")]
Ive confirmed that php 8.3.8 is running.
Running in laravel 11.
Any ideas why this might be ?
Beta Was this translation helpful? Give feedback.
All reactions