Maurice Bonemeijer
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 2
-
Edited Support for aligning ENUM backed values?
AnsweredThere does not seem to be a way to configure PHPStorm coding style to automatically align ENUM backed values. Example enum ExampleEnum: string{ case VALUE = 'value'; case ANOTHER_VALUE = 'ano... -
Created How do I change smarty inspection?
Hello,I have a tpl in which I use (I believe non-default) smarty tags to address custom helper methods {mediaStack->addScript file={media name="main.js"}}The Smarty inspector seems to not like the ...