Skip to content

Make CircleParser more robust #593

Make CircleParser more robust

Make CircleParser more robust #593

Triggered via pull request August 12, 2025 14:37
Status Failure
Total duration 51s
Artifacts

ci.yml

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

Annotations

21 errors
PHPUnit: MW master, PHP 8.4
The process '/usr/bin/bash' failed with exit code 1
PHPUnit: MW REL1_40, PHP 7.4
The process '/usr/bin/bash' failed with exit code 1
PHPUnit: MW REL1_43, PHP 8.3
The operation was canceled.
PHPUnit: MW REL1_43, PHP 8.3
The strategy configuration was canceled because "test.REL1_40_7_4_false" failed
PHPUnit: MW REL1_41, PHP 8.1
The process '/usr/bin/bash' failed with exit code 1
PHPUnit: MW REL1_41, PHP 8.1
The strategy configuration was canceled because "test.REL1_40_7_4_false" failed
PHPUnit: MW REL1_42, PHP 8.2
The process '/usr/bin/bash' failed with exit code 1
PHPUnit: MW REL1_42, PHP 8.2
The strategy configuration was canceled because "test.REL1_40_7_4_false" failed
PHPUnit: MW REL1_40, PHP 8
The operation was canceled.
PHPUnit: MW REL1_40, PHP 8
The strategy configuration was canceled because "test.REL1_40_7_4_false" failed
Code style
Process completed with exit code 2.
PHPStan: src/DataAccess/PageContentFetcher.php#L15
Property Maps\DataAccess\PageContentFetcher::$titleParser has unknown class TitleParser as its type.
PHPStan: src/DataAccess/GeoJsonFetcherResult.php#L23
Method Maps\DataAccess\GeoJsonFetcherResult::getTitleValue() has invalid return type TitleValue.
PHPStan: src/DataAccess/GeoJsonFetcherResult.php#L13
Parameter $source of method Maps\DataAccess\GeoJsonFetcherResult::__construct() has invalid type TitleValue.
PHPStan: src/DataAccess/GeoJsonFetcherResult.php#L11
Property Maps\DataAccess\GeoJsonFetcherResult::$source has unknown class TitleValue as its type.
PHPStan: src/DataAccess/GeoJsonFetcher.php#L52
Caught class MalformedTitleException not found.
PHPStan: src/DataAccess/GeoJsonFetcher.php#L43
Class JsonContent not found.
PHPStan: src/DataAccess/GeoJsonFetcher.php#L24
Parameter $titleParser of method Maps\DataAccess\GeoJsonFetcher::__construct() has invalid type TitleParser.
PHPStan: src/DataAccess/GeoJsonFetcher.php#L21
Property Maps\DataAccess\GeoJsonFetcher::$titleParser has unknown class TitleParser as its type.
PHPStan: src/DataAccess/CachingGeocoder.php#L23
Parameter $cache of method Maps\DataAccess\CachingGeocoder::__construct() has invalid type BagOStuff.
PHPStan: src/DataAccess/CachingGeocoder.php#L20
Property Maps\DataAccess\CachingGeocoder::$cache has unknown class BagOStuff as its type.