Michalwozniakm
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Michalwozniakm created a post, PHP inspection forcing function argument typing regardless of PHPDoc comment
I'm looking for inspection which will force me to type all function agruments. Eg: function nameExample(string $okAgr, string $anotherOkArg, $BADArgWithoutType) I want it to work no matter what PHP...