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
+2 -2
View File
@@ -29,7 +29,7 @@ interface StrategyInterface
*
* @param CommandInterface $command Command instance.
*
* @return int
* @return int|null
*/
public function getSlot(CommandInterface $command);
@@ -39,7 +39,7 @@ interface StrategyInterface
*
* @param string $key Key string.
*
* @return int
* @return int|null
*/
public function getSlotByKey($key);