Create type-classes for all xsd-types #806
Annotations
10 errors and 1 warning
PHPStan:
src/Type/AbstractValueType.php#L89
PHPDoc tag @return with type SimpleSAML\XML\Type\ValueTypeInterface is not subtype of native type static(SimpleSAML\XML\Type\AbstractValueType).
|
PHPStan:
src/Type/AbstractValueType.php#L91
Unsafe usage of new static().
|
PHPStan:
src/Type/EntitiesValue.php#L25
Call to protected static method validEntities() of class SimpleSAML\XML\Assert\Assert.
|
PHPStan:
src/Type/IDRefsValue.php#L25
Call to protected static method validIDRefs() of class SimpleSAML\XML\Assert\Assert.
|
PHPStan:
src/Type/LangValue.php#L25
Call to protected static method validLang() of class SimpleSAML\XML\Assert\Assert.
|
PHPStan:
src/Type/NameValue.php#L25
Call to protected static method validName() of class SimpleSAML\XML\Assert\Assert.
|
PHPStan:
src/Type/ValueTypeInterface.php#L24
PHPDoc tag @param references unknown parameter: $value
|
PHPStan:
src/Type/ValueTypeInterface.php#L24
PHPDoc tag @return with type SimpleSAML\XML\Type\ValueTypeInterface is not subtype of native type static(SimpleSAML\XML\Type\ValueTypeInterface).
|
PHPStan:
src/Utils.php#L155
Call to an undefined static method SimpleSAML\Assert\Assert::validDateTime().
|
PHPStan
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading