Add new types #130
integrate.yaml
on: pull_request
Unit test
/
Supported Versions Matrix
6s
Code Coverage
/
Code Coverage
22s
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
14 errors and 3 warnings
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/PropertiesOf.php#L17
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\Fqsen.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/IntMaskOf.php#L17
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/IntMaskOf.php#L25
Method \phpDocumentor\Reflection\PseudoTypes\IntMaskOf::__construct() does not have @param annotation for its traversable parameter $types.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/ValueOf.php#L18
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/ClosedResource.php#L17
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/OpenResource.php#L17
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/KeyOf.php#L18
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/IntMask.php#L17
Use statements should be sorted alphabetically. The first wrong one is phpDocumentor\Reflection\PseudoType.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/IntMask.php#L25
Method \phpDocumentor\Reflection\PseudoTypes\IntMask::__construct() does not have @param annotation for its traversable parameter $types.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/TypeResolver.php#L26
Use statements should be sorted alphabetically. The first wrong one is InvalidArgumentException.
|
Static analysis / Static Code Analysis (8.0):
src/Types/ContextFactory.php#L111
Class ReflectionAttribute not found.
|
Static analysis / Static Code Analysis (8.0):
src/Types/ContextFactory.php#L188
Parameter $attribute of method phpDocumentor\Reflection\Types\ContextFactory::createFromReflectionAttribute() has invalid type ReflectionAttribute.
|
Static analysis / Static Code Analysis (8.0):
src/Types/ContextFactory.php#L190
Call to method getName() on an unknown class ReflectionAttribute.
|
Static analysis / Static Code Analysis (8.0)
Process completed with exit code 1.
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/PrivatePropertiesOf.php#L24
Possible useless method overriding detected
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/ProtectedPropertiesOf.php#L24
Possible useless method overriding detected
|
Coding Standards / Coding Standards (8.0):
github/workspace/src/PseudoTypes/PublicPropertiesOf.php#L24
Possible useless method overriding detected
|