chore(dev): run phpstsan with 8.4 #1609
Annotations
10 errors
Run composer phpstan -- --no-progress --error-format=table:
src/GraphQL.php#L230
Deprecated in PHP 8.4: Parameter #2 $name (string) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
src/GraphQL.php#L490
Deprecated in PHP 8.4: Parameter #2 $customName (string) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
src/GraphQL.php#L502
Deprecated in PHP 8.4: Parameter #2 $customName (string) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
src/Support/Field.php#L37
Deprecated in PHP 8.4: Parameter #4 $resolveInfo (GraphQL\Type\Definition\ResolveInfo) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
src/Support/Field.php#L37
Deprecated in PHP 8.4: Parameter #5 $getSelectFields (Closure) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
src/Support/PaginationType.php#L14
Deprecated in PHP 8.4: Parameter #2 $customName (string) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
src/Support/SimplePaginationType.php#L14
Deprecated in PHP 8.4: Parameter #2 $customName (string) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
tests/Database/AuthorizeArgsTests/TestAuthorizationArgsQuery.php#L37
Deprecated in PHP 8.4: Parameter #4 $resolveInfo (GraphQL\Type\Definition\ResolveInfo) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
tests/Database/AuthorizeArgsTests/TestAuthorizationArgsQuery.php#L38
Deprecated in PHP 8.4: Parameter #5 $getSelectFields (Closure) is implicitly nullable via default value null.
|
Run composer phpstan -- --no-progress --error-format=table:
tests/Support/Objects/ExamplesAuthorizeMessageQuery.php#L18
Deprecated in PHP 8.4: Parameter #4 $resolveInfo (GraphQL\Type\Definition\ResolveInfo) is implicitly nullable via default value null.
|
Loading