Skip to content

Initial setup for file serve #3337

Initial setup for file serve

Initial setup for file serve #3337

Triggered via pull request August 25, 2025 21:59
Status Failure
Total duration 5m 22s
Artifacts

integrate.yaml

on: pull_request
Unit test  /  Supported Versions Matrix
5s
Unit test / Supported Versions Matrix
Code Coverage  /  Code Coverage
5m 19s
Code Coverage / Code Coverage
Coding Standards
46s
Coding Standards
Check architecture
18s
Check architecture
xml-lint
22s
xml-lint
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Functional test  /  Supported Versions Matrix
5s
Functional test / Supported Versions Matrix
integration test  /  Supported Versions Matrix
3s
integration test / Supported Versions Matrix
Matrix: Functional test / Tests
Matrix: integration test / Tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L45
Property phpDocumentor\Guides\Cli\Command\Run::$themeManager is never read, only written.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Parameter \#2 \$documentArray of class phpDocumentor\\Guides\\Handlers\\RenderCommand constructor expects array\<phpDocumentor\\Guides\\Nodes\\DocumentNode\>, mixed given\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Parameter \#1 \$value of function count expects array\|Countable, mixed given\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Parameter \#1 \$showProgressBar of method phpDocumentor\\Guides\\Settings\\ProjectSettings\:\:setShowProgressBar\(\) expects bool, mixed given\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Parameter \#1 \$outputFormats of method phpDocumentor\\Guides\\Settings\\ProjectSettings\:\:setOutputFormats\(\) expects array\<string\>, mixed given\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Parameter \#1 \$documents of class phpDocumentor\\Guides\\Handlers\\CompileDocumentsCommand constructor expects array\<phpDocumentor\\Guides\\Nodes\\DocumentNode\>, mixed given\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Cannot cast mixed to string\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Call to function method_exists\(\) with phpDocumentor\\Guides\\Settings\\ProjectSettings and 'setExcludes' will always evaluate to true\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/guides-cli/src/Command/Run.php#L0
Ignored error pattern #^Call to function method_exists\(\) with phpDocumentor\\Guides\\Settings\\ProjectSettings and 'getExcludes' will always evaluate to true\.$# in path /home/runner/work/guides/guides/packages/guides-cli/src/Command/Run.php was not matched in reported errors.
Static analysis / Static Code Analysis (8.2): packages/filesystem/src/FlysystemV1/FlysystemV1.php#L81
Call to an undefined method League\Flysystem\FilesystemInterface::directoryExists().
Coding Standards
Process completed with exit code 1.
Coding Standards: packages/guides-cli/src/Command/Serve.php#L61
Constant SIGINT should not be referenced via a fallback global name, but via a use statement.