Skip to content

Implement the new spec for inventory schema #63

Implement the new spec for inventory schema

Implement the new spec for inventory schema #63

Triggered via pull request October 10, 2024 12:35
Status Failure
Total duration 21s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
ci: src/Dto/ListingDto.php#L37
Property CloudForest\ApiClientPhp\Dto\ListingDto::$state (CloudForest\ApiClientPhp\Dto\ListingState) does not accept default value of type CloudForest\ApiClientPhp\Dto\Enum\ListingStateEnum::OPEN.
ci: src/Dto/ListingDto.php#L37
Property CloudForest\ApiClientPhp\Dto\ListingDto::$state has unknown class CloudForest\ApiClientPhp\Dto\ListingState as its type.
ci: src/Dto/ListingDto.php#L59
Property CloudForest\ApiClientPhp\Dto\ListingDto::$priceType (CloudForest\ApiClientPhp\Dto\PriceType) does not accept default value of type CloudForest\ApiClientPhp\Dto\Enum\PriceTypeEnum::NONE.
ci: src/Dto/ListingDto.php#L59
Property CloudForest\ApiClientPhp\Dto\ListingDto::$priceType has unknown class CloudForest\ApiClientPhp\Dto\PriceType as its type.
ci: src/Dto/ListingDto.php#L67
Property CloudForest\ApiClientPhp\Dto\ListingDto::$when (CloudForest\ApiClientPhp\Dto\ListingWhen) does not accept default value of type CloudForest\ApiClientPhp\Dto\Enum\ListingWhenEnum::NOW.
ci: src/Dto/ListingDto.php#L67
Property CloudForest\ApiClientPhp\Dto\ListingDto::$when has unknown class CloudForest\ApiClientPhp\Dto\ListingWhen as its type.
ci: src/Schema/CompartmentSchema.php#L33
Property CloudForest\ApiClientPhp\Schema\CompartmentSchema::$type (CloudForest\ApiClientPhp\Schema\CompartmentType) does not accept default value of type CloudForest\ApiClientPhp\Schema\Enum\CompartmentTypeEnum::COMPARTMENT.
ci: src/Schema/CompartmentSchema.php#L33
Property CloudForest\ApiClientPhp\Schema\CompartmentSchema::$type has unknown class CloudForest\ApiClientPhp\Schema\CompartmentType as its type.
ci: src/Schema/GeojsonGeometrySchema.php#L21
Property CloudForest\ApiClientPhp\Schema\GeojsonGeometrySchema::$type has unknown class CloudForest\ApiClientPhp\Schema\GeojsonGeometryType as its type.
ci: src/Schema/GeojsonGeometrySchema.php#L35
PHPDoc tag @param for parameter $type with type CloudForest\ApiClientPhp\Schema\GeojsonGeometryType is not subtype of native type CloudForest\ApiClientPhp\Schema\Enum\GeojsonGeometryTypeEnum.
ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/