Added declare(strict_types=1) #11
build.yml
on: push
coding-style
/
Code Standard Checker
25s
Matrix: static-analysis / phpstan
Matrix: tests / lowest_dependencies
Matrix: tests / tests
Annotations
16 errors and 1 warning
|
static-analysis / PHPStan - PHP 8.2
Process completed with exit code 1.
|
|
static-analysis / PHPStan - PHP 8.2:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L215
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
|
|
static-analysis / PHPStan - PHP 8.2:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L203
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
|
|
static-analysis / PHPStan - PHP 8.2:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L99
Method CzProject\Assert\Bridges\PhpStan\StaticMethodTypeSpecifyingExtension::createExpression() should return PhpParser\Node\Expr|null but returns mixed.
|
|
static-analysis / PHPStan - PHP 8.2:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L56
Creating new ReflectionObject is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine. Use objects retrieved from ReflectionProvider instead.
|
|
static-analysis / PHPStan - PHP 8.3
Process completed with exit code 1.
|
|
static-analysis / PHPStan - PHP 8.3:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L215
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
|
|
static-analysis / PHPStan - PHP 8.3:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L203
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
|
|
static-analysis / PHPStan - PHP 8.3:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L99
Method CzProject\Assert\Bridges\PhpStan\StaticMethodTypeSpecifyingExtension::createExpression() should return PhpParser\Node\Expr|null but returns mixed.
|
|
static-analysis / PHPStan - PHP 8.3:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L56
Creating new ReflectionObject is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine. Use objects retrieved from ReflectionProvider instead.
|
|
static-analysis / PHPStan - PHP 8.1
Process completed with exit code 1.
|
|
static-analysis / PHPStan - PHP 8.1:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L215
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
|
|
static-analysis / PHPStan - PHP 8.1:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L203
Doing instanceof PHPStan\Type\Constant\ConstantStringType is error-prone and deprecated. Use Type::getConstantStrings() instead.
|
|
static-analysis / PHPStan - PHP 8.1:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L99
Method CzProject\Assert\Bridges\PhpStan\StaticMethodTypeSpecifyingExtension::createExpression() should return PhpParser\Node\Expr|null but returns mixed.
|
|
static-analysis / PHPStan - PHP 8.1:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L56
Creating new ReflectionObject is a runtime reflection concept that might not work in PHPStan because it uses fully static reflection engine. Use objects retrieved from ReflectionProvider instead.
|
|
tests / PHP 8.0 tests - lowest dependencies
Process completed with exit code 255.
|
|
tests / PHP 8.0 tests - lowest dependencies
No files were found with the provided path: tests/**/output. No artifacts will be uploaded.
|