Implemented Respawn Anchor #10686
main.yml
on: pull_request
Code Style checks
33s
ShellCheck
6s
Matrix: all-php-versions
Annotations
13 errors
PHP 8.2 / Generated Code consistency checks
Process completed with exit code 1.
|
PHP 8.1 / Generated Code consistency checks
Process completed with exit code 1.
|
PHP 8.3 / Generated Code consistency checks
Process completed with exit code 1.
|
Code Style checks
Process completed with exit code 8.
|
PHP 8.3 / PHPStan analysis
Process completed with exit code 1.
|
PHP 8.3 / PHPStan analysis:
src/world/Explosion.php#L239
Unsafe foreach on array with key type (int|string) (they might be casted to int).
|
PHP 8.3 / PHPStan analysis:
src/world/Explosion.php#L140
Variable $affectedBlocks in PHPDoc tag @var does not match any variable in the foreach loop: $_affectedBlock
|
PHP 8.2 / PHPStan analysis
Process completed with exit code 1.
|
PHP 8.2 / PHPStan analysis:
src/world/Explosion.php#L239
Unsafe foreach on array with key type (int|string) (they might be casted to int).
|
PHP 8.2 / PHPStan analysis:
src/world/Explosion.php#L140
Variable $affectedBlocks in PHPDoc tag @var does not match any variable in the foreach loop: $_affectedBlock
|
PHP 8.1 / PHPStan analysis
Process completed with exit code 1.
|
PHP 8.1 / PHPStan analysis:
src/world/Explosion.php#L239
Unsafe foreach on array with key type (int|string) (they might be casted to int).
|
PHP 8.1 / PHPStan analysis:
src/world/Explosion.php#L140
Variable $affectedBlocks in PHPDoc tag @var does not match any variable in the foreach loop: $_affectedBlock
|