Joan Botella
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Edited Is there a way of telling PHPStorm to behave with unnecessary uses as it does with regular ones?
When two PHP files are on the same namespace, adding a "use" to them for the other one is not necessary, but possible. However, PHPStorm inspection marks the unnecessary uses on PHP files as errors...