Skip to content

Allow unknown properties for forward compatability with JsonAPI 1.1 #156

Allow unknown properties for forward compatability with JsonAPI 1.1

Allow unknown properties for forward compatability with JsonAPI 1.1 #156

Triggered via push July 18, 2024 11:54
Status Failure
Total duration 27s
Artifacts

phpstan.yml

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

Annotations

4 errors and 1 warning
Run PHPStan with PHP 8.3: src/V1/Document.php#L43
Argument of an invalid type object supplied for foreach, only iterables are supported.
Run PHPStan with PHP 8.3: src/V1/Document.php#L55
Access to an undefined property object::$included.
Run PHPStan with PHP 8.3: src/V1/Jsonapi.php#L34
Argument of an invalid type object supplied for foreach, only iterables are supported.
Run PHPStan with PHP 8.3
Process completed with exit code 1.
Run PHPStan with PHP 8.3
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/