I got a problem with autocompletion in phpstorm.
The problem is due to __construct() special treatment. how to prevent this special treatment? In my case my variables types are set with @property. In __construct i set the variables but in the way it's impossible for phpstorm to determine it's type.
This __construct special treatment overrides @property statement - how to turn it off?.