Initial setup for file serve #3337
integrate.yaml
on: pull_request
Unit test
/
Supported Versions Matrix
5s
Code Coverage
/
Code Coverage
5m 19s
Coding Standards
46s
Check architecture
18s
xml-lint
22s
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Matrix: Functional test / Tests
Matrix: integration test / Tests
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.
|