DEV Community

Discussion on: Never use array_merge in a loop

Collapse
 
suckup_de profile image
Lars Moelleken

If you use PhpStorm, then you can use the "Php Inspections ​(EA Extended)" plugin, this will check array functions in loops. :)

github.com/kalessil/phpinspections...