Add phpstan level 0 (#1022)

* Remove unused arguments

* Fix return types

* Removed unused parameter and argument

* Add phpstan job

* merge files

* Delete phpstan-baseline.neon

* Delete static-analysis.yml

* merge workflows

* Update composer.json

* format yaml

* install composer reps

* fix yaml

Co-authored-by: Till Krüss <tillkruss@users.noreply.github.com>
This commit is contained in:
Fran Moreno
2023-01-18 22:33:51 +01:00
committed by GitHub
parent 7a4b3d1d0f
commit 3daf75508d
12 changed files with 83 additions and 19 deletions
@@ -483,7 +483,7 @@ class HashKeyTest extends PredisTestCase
->method('getCommandFactory')
->willReturn($this->getCommandFactory());
$client
->expects($this->once(1))
->expects($this->once())
->method('hscan')
->withConsecutive(
['key:hash', 0, ['MATCH' => 'field:*', 'COUNT' => 2]]