Update dependency laminas/laminas-coding-standard to v3 #246
Annotations
10 errors
PHPCodeSniffer [8.1, locked]:
src/Generator/DocBlockGenerator.php#L64
Method \Laminas\Code\Generator\DocBlockGenerator::fromArray() has useless @param annotation for parameter $array.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/ValueGenerator.php#L65
Property \Laminas\Code\Generator\ValueGenerator::$allowedTypes has useless @var annotation.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/TraitGenerator.php#L73
Method \Laminas\Code\Generator\TraitGenerator::fromArray() has useless @param annotation for parameter $array.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/ClassGenerator.php#L188
Method \Laminas\Code\Generator\ClassGenerator::fromArray() has useless @param annotation for parameter $array.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/ParameterGenerator.php#L75
Method \Laminas\Code\Generator\ParameterGenerator::fromArray() has useless @param annotation for parameter $array.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/PropertyGenerator.php#L116
Method \Laminas\Code\Generator\PropertyGenerator::fromArray() has useless @param annotation for parameter $array.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/MethodGenerator.php#L137
Method \Laminas\Code\Generator\MethodGenerator::fromArray() has useless @param annotation for parameter $array.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/InterfaceGenerator.php#L82
Method \Laminas\Code\Generator\InterfaceGenerator::fromArray() has useless @param annotation for parameter $array.
|
PHPCodeSniffer [8.1, locked]:
src/Generator/FileGenerator.php#L96
Method \Laminas\Code\Generator\FileGenerator::fromArray() has useless @param annotation for parameter $values.
|
PHPCodeSniffer [8.1, locked]:
test/Reflection/ClassReflectionTest.php#L73
Class \EmptyIterator should not be referenced via a fully qualified name, but via a use statement.
|
Loading