(v)sprintf() can return false on PHP7 #14696
Annotations
10 errors
src/Ast/ConstExpr/ConstExprArrayItemNode.php#L29
Method PHPStan\PhpDocParser\Ast\ConstExpr\ConstExprArrayItemNode::__toString() should return string but returns string|false.
|
src/Ast/ConstExpr/DoctrineConstExprStringNode.php#L39
Method PHPStan\PhpDocParser\Ast\ConstExpr\DoctrineConstExprStringNode::escape() should return string but returns string|false.
|
src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L41
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
|
src/Ast/ConstExpr/QuoteAwareConstExprStringNode.php#L45
Method PHPStan\PhpDocParser\Ast\ConstExpr\QuoteAwareConstExprStringNode::__toString() should return string but returns string|false.
|
src/Ast/NodeTraverser.php#L296
Parameter #1 $message of class LogicException constructor expects string, string|false given.
|
src/Ast/NodeTraverser.php#L300
Parameter #1 $message of class LogicException constructor expects string, string|false given.
|
src/Ast/NodeTraverser.php#L304
Parameter #1 $message of class LogicException constructor expects string, string|false given.
|
src/Ast/NodeTraverser.php#L308
Parameter #1 $message of class LogicException constructor expects string, string|false given.
|
src/Ast/PhpDoc/InvalidTagValueNode.php#L41
Parameter #1 $message of function trigger_error expects string, string|false given.
|
src/Ast/Type/ArrayShapeItemNode.php#L38
Method PHPStan\PhpDocParser\Ast\Type\ArrayShapeItemNode::__toString() should return string but returns string|false.
|
This job failed
Loading