✨ method parameter default value rendering #68
integrate.yaml
on: pull_request
Unit test
/
Supported Versions Matrix
4s
Code Coverage
/
Code Coverage
14s
BC Check
7s
Matrix: Coding Standards / Coding Standards
Matrix: Dependency analysis / Dependency Analysis
Matrix: Lint root / Lint yaml & Composer
Matrix: Static analysis / Static Code Analysis
Matrix: Unit test / Tests
Annotations
34 errors and 3 warnings
Code Coverage / Code Coverage
Process completed with exit code 1.
|
Static analysis / Static Code Analysis (8.0):
src/DocBlock/Tags/Factory/MethodParameterFactory.php#L25
Method phpDocumentor\Reflection\DocBlock\Tags\Factory\MethodParameterFactory::format() has parameter $defaultValue with no type specified.
|
Static analysis / Static Code Analysis (8.0):
src/DocBlock/Tags/Factory/MethodParameterFactory.php#L38
Method phpDocumentor\Reflection\DocBlock\Tags\Factory\MethodParameterFactory::formatNull() has parameter $defaultValue with no type specified.
|
Static analysis / Static Code Analysis (8.0):
src/DocBlock/Tags/Factory/MethodParameterFactory.php#L58
Method phpDocumentor\Reflection\DocBlock\Tags\Factory\MethodParameterFactory::formatArray() has parameter $defaultValue with no value type specified in iterable type array.
|
Static analysis / Static Code Analysis (8.0):
src/DocBlock/Tags/MethodParameter.php#L32
Method phpDocumentor\Reflection\DocBlock\Tags\MethodParameter::__construct() has parameter $defaultValue with no type specified.
|
Static analysis / Static Code Analysis (8.0)
Process completed with exit code 1.
|
Unit test / Tests (8.1, locked)
Process completed with exit code 1.
|
Unit test / Tests (8.1, highest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (7.4, locked)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (7.4, locked)
Process completed with exit code 2.
|
Unit test / Tests (8.3, locked)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.3, locked)
The operation was canceled.
|
Unit test / Tests (8.0, locked)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.3, lowest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.3, lowest)
The operation was canceled.
|
Unit test / Tests (8.2, locked)
The job was canceled because "_8_1_locked" failed.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/MethodParameter.php#L32
Method \phpDocumentor\Reflection\DocBlock\Tags\MethodParameter::__construct() does not have parameter type hint nor @param annotation for its parameter $defaultValue.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/MethodParameter.php#L77
Parentheses must be used when instantiating a new class
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L16
Type phpDocumentor\Reflection\DocBlock\Tags\Formatter is not used in this file.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L17
Type str_repeat is not used in this file.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L17
Expected 1 line between different types of use statement, found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L18
Type strlen is not used in this file.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L25
Method \phpDocumentor\Reflection\DocBlock\Tags\Factory\MethodParameterFactory::format() does not have parameter type hint nor @param annotation for its parameter $defaultValue.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L27
Expected 1 line after "if", found 0.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L27
Function method_exists() should not be referenced via a fallback global name, but via a use statement.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/Factory/MethodParameterFactory.php#L27
Assignment in if condition is not allowed.
|
Unit test / Tests (8.0, lowest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.0, highest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (7.4, lowest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (7.4, highest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.3, highest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.2, highest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.2, lowest)
The job was canceled because "_8_1_locked" failed.
|
Unit test / Tests (8.1, lowest)
The job was canceled because "_8_1_locked" failed.
|
BC Check
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/
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/DocBlock/Tags/MethodParameter.php#L77
Line exceeds 120 characters; contains 136 characters
|
Coding Standards / Coding Standards (8.0):
github/workspace/tests/unit/DocBlock/Tags/MethodParameterTest.php#L67
Line exceeds 120 characters; contains 136 characters
|