Skip to content

Kill other processes is port is taken #707

Kill other processes is port is taken

Kill other processes is port is taken #707

Triggered via pull request June 23, 2024 15:55
@xepozzxepozz
opened #211
kill
Status Failure
Total duration 30s
Artifacts

static.yml

on: pull_request
Matrix: psalm / psalm
Matrix: psalm80 / psalm
Fit to window
Zoom out
Zoom in

Annotations

33 errors
ForbiddenCode: src/Command/Serve.php#L135
src/Command/Serve.php:135:35: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
PossiblyInvalidArgument: src/Command/Serve.php#L139
src/Command/Serve.php:139:18: PossiblyInvalidArgument: Argument 1 of sort expects array<array-key, mixed>, but possibly different type ""|"0"|array<int, non-falsy-string>|false|null provided (see https://psalm.dev/092)
MixedArgument: src/Command/Serve.php#L147
src/Command/Serve.php:147:29: MixedArgument: Argument 2 of sprintf cannot be mixed, expecting float|int|string (see https://psalm.dev/030)
ForbiddenCode: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
PossiblyNullArgument: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: PossiblyNullArgument: Argument 3 of sprintf cannot be null, possibly null value provided (see https://psalm.dev/078)
ForbiddenCode: src/Command/Serve.php#L164
src/Command/Serve.php:164:34: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
psalm80 / PHP 8.0-ubuntu-latest
Process completed with exit code 2.
ForbiddenCode: src/Command/Serve.php#L135
src/Command/Serve.php:135:35: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
PossiblyInvalidArgument: src/Command/Serve.php#L139
src/Command/Serve.php:139:18: PossiblyInvalidArgument: Argument 1 of sort expects array<array-key, mixed>, but possibly different type ''|'0'|array<int<0, max>, non-falsy-string>|false|null provided (see https://psalm.dev/092)
MixedArgument: src/Command/Serve.php#L147
src/Command/Serve.php:147:29: MixedArgument: Argument 2 of sprintf cannot be mixed, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
ForbiddenCode: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
PossiblyNullArgument: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: PossiblyNullArgument: Argument 3 of sprintf cannot be null, possibly null value provided (see https://psalm.dev/078)
ForbiddenCode: src/Command/Serve.php#L164
src/Command/Serve.php:164:34: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
psalm / PHP 8.2-ubuntu-latest
Process completed with exit code 2.
psalm / PHP 8.3-ubuntu-latest
The job was canceled because "ubuntu-latest_8_2" failed.
ForbiddenCode: src/Command/Serve.php#L135
src/Command/Serve.php:135:35: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
PossiblyInvalidArgument: src/Command/Serve.php#L139
src/Command/Serve.php:139:18: PossiblyInvalidArgument: Argument 1 of sort expects array<array-key, mixed>, but possibly different type ''|'0'|array<int<0, max>, non-falsy-string>|false|null provided (see https://psalm.dev/092)
psalm / PHP 8.1-ubuntu-latest
The job was canceled because "ubuntu-latest_8_2" failed.
MixedArgument: src/Command/Serve.php#L147
src/Command/Serve.php:147:29: MixedArgument: Argument 2 of sprintf cannot be mixed, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
ForbiddenCode: src/Command/Serve.php#L135
src/Command/Serve.php:135:35: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
ForbiddenCode: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
PossiblyInvalidArgument: src/Command/Serve.php#L139
src/Command/Serve.php:139:18: PossiblyInvalidArgument: Argument 1 of sort expects array<array-key, mixed>, but possibly different type ''|'0'|array<int<0, max>, non-falsy-string>|false|null provided (see https://psalm.dev/092)
PossiblyNullArgument: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: PossiblyNullArgument: Argument 3 of sprintf cannot be null, possibly null value provided (see https://psalm.dev/078)
MixedArgument: src/Command/Serve.php#L147
src/Command/Serve.php:147:29: MixedArgument: Argument 2 of sprintf cannot be mixed, expecting float|int|object{__tostring()}|string (see https://psalm.dev/030)
ForbiddenCode: src/Command/Serve.php#L164
src/Command/Serve.php:164:34: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
ForbiddenCode: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
MissingClassConstType: src/ExitCode.php#L35
src/ExitCode.php:35:18: MissingClassConstType: Class constant "Yiisoft\Yii\Console\ExitCode::OK" should have a declared type. (see https://psalm.dev/359)
PossiblyNullArgument: src/Command/Serve.php#L148
src/Command/Serve.php:148:29: PossiblyNullArgument: Argument 3 of sprintf cannot be null, possibly null value provided (see https://psalm.dev/078)
MissingClassConstType: src/ExitCode.php#L40
src/ExitCode.php:40:18: MissingClassConstType: Class constant "Yiisoft\Yii\Console\ExitCode::UNSPECIFIED_ERROR" should have a declared type. (see https://psalm.dev/359)
ForbiddenCode: src/Command/Serve.php#L164
src/Command/Serve.php:164:34: ForbiddenCode: Unsafe shell_exec (see https://psalm.dev/002)
MissingClassConstType: src/ExitCode.php#L46
src/ExitCode.php:46:18: MissingClassConstType: Class constant "Yiisoft\Yii\Console\ExitCode::USAGE" should have a declared type. (see https://psalm.dev/359)
psalm / PHP 8.1-ubuntu-latest
Process completed with exit code 2.
MissingClassConstType: src/ExitCode.php#L52
src/ExitCode.php:52:18: MissingClassConstType: Class constant "Yiisoft\Yii\Console\ExitCode::DATAERR" should have a declared type. (see https://psalm.dev/359)