build(deps-dev): bump vimeo/psalm from 5.26.1 to 6.1.0 in /php #1266
psalm.yml
on: pull_request
static-psalm-analysis
53s
Annotations
10 errors
UnusedClosureParam:
public/index.php#L74
public/index.php:74:80: UnusedClosureParam: Param args is never referenced in this method (see https://psalm.dev/188)
|
UnusedClosureParam:
public/index.php#L134
public/index.php:134:75: UnusedClosureParam: Param args is never referenced in this method (see https://psalm.dev/188)
|
UnusedClosureParam:
public/index.php#L142
public/index.php:142:75: UnusedClosureParam: Param args is never referenced in this method (see https://psalm.dev/188)
|
UnusedClosureParam:
public/index.php#L164
public/index.php:164:97: UnusedClosureParam: Param args is never referenced in this method (see https://psalm.dev/188)
|
UnusedVariable:
public/index.php#L187
public/index.php:187:1: UnusedVariable: $errorMiddleware is never referenced or the value is not used (see https://psalm.dev/077)
|
PossiblyUnusedMethod:
src/Container/Container.php#L49
src/Container/Container.php:49:21: PossiblyUnusedMethod: Cannot find any calls to method AIO\Container\Container::GetDisplayName (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Container/Container.php#L89
src/Container/Container.php:89:21: PossiblyUnusedMethod: Cannot find any calls to method AIO\Container\Container::GetUiSecret (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Container/Container.php#L129
src/Container/Container.php:129:21: PossiblyUnusedMethod: Cannot find any calls to method AIO\Container\Container::GetRestartingState (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Container/Container.php#L137
src/Container/Container.php:137:21: PossiblyUnusedMethod: Cannot find any calls to method AIO\Container\Container::GetStartingState (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/Container/Container.php#L160
src/Container/Container.php:160:21: PossiblyUnusedMethod: Cannot find any calls to method AIO\Container\Container::GetDocumentation (see https://psalm.dev/087)
|