Merge pull request #425 from innocenzi/feat/merge-fixture #540
Annotations
7 errors
phpstan:
src/Helpers/ArrayHelpers.php#L88
Method Saloon\Helpers\ArrayHelpers::set() has parameter $array with no value type specified in iterable type array.
|
phpstan:
src/Helpers/ArrayHelpers.php#L88
Method Saloon\Helpers\ArrayHelpers::set() has parameter $value with no type specified.
|
phpstan:
src/Helpers/ArrayHelpers.php#L88
Method Saloon\Helpers\ArrayHelpers::set() return type has no value type specified in iterable type array.
|
phpstan:
src/Helpers/ArrayHelpers.php#L94
Parameter #2 $string of function explode expects string, int|string given.
|
phpstan:
src/Http/Faking/Fixture.php#L36
Property Saloon\Http\Faking\Fixture::$merge type has no value type specified in iterable type array.
|
phpstan:
src/Http/Faking/Fixture.php#L55
Method Saloon\Http\Faking\Fixture::merge() has parameter $merge with no value type specified in iterable type array.
|
phpstan
Process completed with exit code 1.
|