Skip to content

Fix/dev server bugs #3375

Fix/dev server bugs

Fix/dev server bugs #3375

Triggered via pull request October 17, 2025 15:58
Status Failure
Total duration 5m 26s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
6s
Unit test / Supported Versions Matrix
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Functional test  /  Supported Versions Matrix
6s
Functional test / Supported Versions Matrix
integration test  /  Supported Versions Matrix
6s
integration test / Supported Versions Matrix
Matrix: Functional test / Tests
Matrix: integration test / Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Static analysis / Static Code Analysis (8.2): packages/guides-restructured-text/src/RestructuredText/Parser/Productions/FieldListRule.php#L107
Offset 2 on array{0: string, 1: non-empty-string, 2: string, 3?: string} on left side of ?? always exists and is not nullable.
Static analysis / Static Code Analysis (8.2): packages/guides-restructured-text/src/RestructuredText/Parser/Productions/FieldListRule.php#L106
Offset 1 on array{0: string, 1: non-empty-string, 2: string, 3?: string} on left side of ?? always exists and is not nullable.
Static analysis / Static Code Analysis (8.2): packages/guides-restructured-text/src/RestructuredText/Directives/CsvTableDirective.php#L102
Call to function method_exists() with 'League\\Csv\\Reader' and 'fromString' will always evaluate to true.
Static analysis / Static Code Analysis (8.2): packages/guides-restructured-text/src/RestructuredText/Directives/CsvTableDirective.php#L89
Call to function method_exists() with 'League\\Csv\\Reader' and 'fromString' will always evaluate to true.
Static analysis / Static Code Analysis (8.2): packages/guides-restructured-text/src/RestructuredText/Directives/CsvTableDirective.php#L82
Call to function method_exists() with 'League\\Csv\\Reader' and 'from' will always evaluate to true.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/DevServer/RerenderListener.php#L98
Parameter #1 $documentNode of method phpDocumentor\Guides\RenderContext::withDocument() expects phpDocumentor\Guides\Nodes\DocumentNode, phpDocumentor\Guides\Nodes\DocumentNode|false given.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/DevServer/RerenderListener.php#L97
Parameter #1 $document of class phpDocumentor\Guides\Handlers\RenderDocumentCommand constructor expects phpDocumentor\Guides\Nodes\DocumentNode, phpDocumentor\Guides\Nodes\DocumentNode|false given.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/DevServer/RerenderListener.php#L88
Parameter #2 $allDocumentNodes of static method phpDocumentor\Guides\RenderContext::forProject() expects array<phpDocumentor\Guides\Nodes\DocumentNode>, array<string, bool|phpDocumentor\Guides\Nodes\DocumentNode> given.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/DevServer/RerenderListener.php#L83
Parameter #2 $documents of static method phpDocumentor\Guides\Renderer\DocumentListIterator::create() expects array<phpDocumentor\Guides\Nodes\DocumentNode>, array<string, bool|phpDocumentor\Guides\Nodes\DocumentNode> given.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/DevServer/RerenderListener.php#L78
Property phpDocumentor\Guides\Cli\DevServer\RerenderListener::$documents (array<string, phpDocumentor\Guides\Nodes\DocumentNode>) does not accept array<string, bool|phpDocumentor\Guides\Nodes\DocumentNode>.