Hi-Folks / array

Arr class is built on top of the PHP array functions. Arr exposes methods for creating, managing, accessing to the array data structure.
https://packagist.org/packages/hi-folks/array
MIT License
15 stars 9 forks source link

introduce Rector #67

Closed roberto-butti closed 1 year ago

roberto-butti commented 1 year ago
composer require rector/rector --dev

For starting in a easy way, we can start using these directives:

        LevelSetList::UP_TO_PHP_80,
        SetList::DEAD_CODE,