build: bump phpunit/phpunit from 10.4.2 to 10.5.3 (#322) #461
Annotations
4 errors and 4 warnings
MoreSpecificReturnType:
src/Users/User.php#L52
src/Users/User.php:52:23: MoreSpecificReturnType: The declared return type 'array{avatar_url: null|string, bot?: array<never, never>, id: string, name: null|string, person?: array{email: string}, type: 'bot'|'person'}' for Notion\Users\User::toArray is more specific than the inferred return type 'array{avatar_url: null|string, bot?: array<never, never>, id: string, name: null|string, person?: array{email: string}, type: 'bot'|'person'|null}' (see https://psalm.dev/070)
|
PossiblyNullPropertyFetch:
src/Users/User.php#L59
src/Users/User.php:59:29: PossiblyNullPropertyFetch: Cannot get property on possibly null variable $this->type of type Notion\Users\UserType|null (see https://psalm.dev/082)
|
LessSpecificReturnStatement:
src/Users/User.php#L69
src/Users/User.php:69:16: LessSpecificReturnStatement: The type 'array{avatar_url: null|string, bot?: array<never, never>, id: string, name: null|string, person?: array{email: string}, type: 'bot'|'person'|null}' is more general than the declared return type 'array{avatar_url: null|string, bot?: array<never, never>, id: string, name: null|string, person?: array{email: string}, type: 'bot'|'person'}' for Notion\Users\User::toArray (see https://psalm.dev/129)
|
Psalm
Process completed with exit code 2.
|
Psalm
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ramsey/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Psalm
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Psalm
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Psalm
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|