Jdavis
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Jdavis created a post, How to prevent code cleanup from putting `get;` on new line in interfaces
PHP8.4 allows variable signatures in interfaces. I'd like to format those similarly to how a dev in C# would: interface TestInterface { public int $test { get; } } However, PHPStorm keeps format...