VKCOM / noverify

Pretty fast linter (code static analysis utility) for PHP
MIT License
673 stars 57 forks source link

Inspection: replace alias function with original one #1189

Open Danil42Russia opened 2 years ago

Danil42Russia commented 2 years ago

Before

join("", []);

After:

implode("", []);