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

Update PHPStan to level 9 #62

Closed RoadSigns closed 1 year ago

RoadSigns commented 1 year ago

Upgraded the PHPStan level to 9, there was no work required for the upgrade to level 8, so this was skipped.

It's part of an ongoing issue https://github.com/Hi-Folks/array/issues/54

Resolving the following issues:

 ------ -----------------------------------------------------------------------------
  Line   Arr.php
 ------ -----------------------------------------------------------------------------
  309    Parameter #2 ...$arrays of function array_merge expects array, mixed given.
 ------ -----------------------------------------------------------------------------
roberto-butti commented 1 year ago

This is pure Gold 🏅

Super job @RoadSigns Going to merge!