storyblok / storyblok-php-client

Storyblok - PHP Client
https://www.storyblok.com
MIT License
33 stars 37 forks source link

Static code analysis: PHPstan level 5 #79

Closed roberto-butti closed 1 year ago

roberto-butti commented 1 year ago

Pull request type

Jira Link: INT-

How to test this PR

Fix all warnings for reaching level 5 In phpstan.neon was increased the level to level: 5 Execute composer phpstan

What is the new behavior?

The code solved all warnings about checking types of arguments passed to methods and functions.