First of all, your plugin rocks! Saves my ass every day. Just put in an order for Ultimate. Thanks!
| Subject | Details |
| :------------- | :---------------------------------------------------------------------------- |
| Issue type | Feature request |
| Plugin | Php Inspections (EA Extended) v3.0.7 |
| Language level | PHP 7.2 |


if (3 !== \count($matches)) {
return null;
}
use function count;
if (3 !== count($matches)) {
return null;
}
I really like to import my functions instead of adding that ugly backslash. Would be great if the plugin offered an option, either just put the backslash, or import the function.
Thank for a great feedback @ruudk, since we are going into the next stabilization round, I think it's time to finally implement this =)
Most helpful comment
Thank for a great feedback @ruudk, since we are going into the next stabilization round, I think it's time to finally implement this =)