Enable PHPStan checkGenericClassInNonGenericObjectType config
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
9c3a9e9981
commit
80b8acf7aa
@ -10,10 +10,7 @@ use PhpMyAdmin\Query\Utilities;
|
||||
use function in_array;
|
||||
|
||||
/**
|
||||
* Generic list class
|
||||
*
|
||||
* @todo add caching
|
||||
* @abstract
|
||||
* @extends ArrayObject<int, string>
|
||||
*/
|
||||
abstract class ListAbstract extends ArrayObject
|
||||
{
|
||||
|
||||
@ -10,7 +10,6 @@ parameters:
|
||||
bootstrapFiles:
|
||||
- test/phpstan-constants.php
|
||||
checkMissingIterableValueType: false
|
||||
checkGenericClassInNonGenericObjectType: false
|
||||
excludes_analyse:
|
||||
- examples/openid.php
|
||||
- node_modules/*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user