Skip to content

Vector3 is now immutable #173

Vector3 is now immutable

Vector3 is now immutable #173

Triggered via pull request November 19, 2023 09:48
Status Failure
Total duration 27s
Artifacts

ci.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 2 warnings
PHP 8.1
Process completed with exit code 2.
PHP 8.0: src/AxisAlignedBB.php#L372
Parameter $vector of method pocketmine\math\AxisAlignedBB::isVectorInside() has invalid type pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L373
Access to property $x on an unknown class pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L373
Access to property $x on an unknown class pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L376
Access to property $y on an unknown class pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L376
Access to property $y on an unknown class pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L380
Access to property $z on an unknown class pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L380
Access to property $z on an unknown class pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L411
Parameter $vector of method pocketmine\math\AxisAlignedBB::isVectorInYZ() has invalid type pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L412
Access to property $y on an unknown class pocketmine\math\Vector3.
PHP 8.0: src/AxisAlignedBB.php#L412
Access to property $y on an unknown class pocketmine\math\Vector3.
PHP 8.1
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, shivammathur/setup-php@2.9.0, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHP 8.0
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, shivammathur/setup-php@2.9.0, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/