CodeChecker: fixes #10
build.yml
on: push
coding-style
/
Code Standard Checker
16s
Matrix: static-analysis / phpstan
Matrix: tests / lowest_dependencies
Matrix: tests / tests
Annotations
15 errors
|
static-analysis / PHPStan - PHP 8.1
Process completed with exit code 1.
|
|
static-analysis / PHPStan - PHP 8.1:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L213
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#L201
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#L97
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#L54
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#L213
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#L201
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#L97
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#L54
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.2
Process completed with exit code 1.
|
|
static-analysis / PHPStan - PHP 8.2:
src/Bridges/PhpStan/StaticMethodTypeSpecifyingExtension.php#L213
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#L201
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#L97
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#L54
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.
|