Skip to content

Fixed broken behaviour with atomic operations #20

Fixed broken behaviour with atomic operations

Fixed broken behaviour with atomic operations #20

Triggered via push September 28, 2024 01:46
Status Failure
Total duration 22s
Artifacts

phpstan.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 2 warnings
PHPStan (PHP 8.1): src/accessors/ArrayAccessorInterface.php#L7
Method blancks\JsonPatch\accessors\ArrayAccessorInterface::exists() has parameter $document with no value type specified in iterable type array.
PHPStan (PHP 8.1): src/accessors/ArrayAccessorInterface.php#L9
Method blancks\JsonPatch\accessors\ArrayAccessorInterface::get() has parameter $document with no value type specified in iterable type array.
PHPStan (PHP 8.1): src/accessors/ArrayAccessorInterface.php#L11
Method blancks\JsonPatch\accessors\ArrayAccessorInterface::set() has parameter $document with no value type specified in iterable type array.
PHPStan (PHP 8.1): src/accessors/ArrayAccessorInterface.php#L13
Method blancks\JsonPatch\accessors\ArrayAccessorInterface::delete() has parameter $document with no value type specified in iterable type array.
PHPStan (PHP 8.1): src/accessors/ArrayAccessorInterface.php#L15
Method blancks\JsonPatch\accessors\ArrayAccessorInterface::count() has parameter $document with no value type specified in iterable type array.
PHPStan (PHP 8.1): src/accessors/ArrayAccessorInterface.php#L17
Method blancks\JsonPatch\accessors\ArrayAccessorInterface::isIndexed() has parameter $document with no value type specified in iterable type array.
PHPStan (PHP 8.1)
Process completed with exit code 1.
PHPStan (PHP 8.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (PHP 8.1)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/