feat: support custom XML config (./dload.xml
by default); added cli…
#25
Annotations
10 errors
src/Command/Base.php#L53
src/Command/Base.php:53:16: MoreSpecificReturnType: The declared return type 'non-empty-string|null' for Internal\DLoad\Command\Base::getConfigFile is more specific than the inferred return type 'null|string' (see https://psalm.dev/070)
|
src/Command/Base.php#L63
src/Command/Base.php:63:20: LessSpecificReturnStatement: The type 'string' is more general than the declared return type 'non-empty-string|null' for Internal\DLoad\Command\Base::getConfigFile (see https://psalm.dev/129)
|
src/Command/Get.php#L26
src/Command/Get.php:26:13: PropertyNotSetInConstructor: Property Internal\DLoad\Command\Get::$logger is not defined in constructor of Internal\DLoad\Command\Get or in any methods called in the constructor (see https://psalm.dev/074)
|
src/Command/Get.php#L26
src/Command/Get.php:26:13: PropertyNotSetInConstructor: Property Internal\DLoad\Command\Get::$container is not defined in constructor of Internal\DLoad\Command\Get or in any methods called in the constructor (see https://psalm.dev/074)
|
src/Command/Get.php#L41
src/Command/Get.php:41:13: UndefinedThisPropertyAssignment: Instance property Internal\DLoad\Command\Get::$cancelling is not defined (see https://psalm.dev/040)
|
src/Command/ListSoftware.php#L21
src/Command/ListSoftware.php:21:13: PropertyNotSetInConstructor: Property Internal\DLoad\Command\ListSoftware::$logger is not defined in constructor of Internal\DLoad\Command\ListSoftware or in any methods called in the constructor (see https://psalm.dev/074)
|
src/Command/ListSoftware.php#L21
src/Command/ListSoftware.php:21:13: PropertyNotSetInConstructor: Property Internal\DLoad\Command\ListSoftware::$container is not defined in constructor of Internal\DLoad\Command\ListSoftware or in any methods called in the constructor (see https://psalm.dev/074)
|
src/Module/Common/Config/Embed/File.php#L23
src/Module/Common/Config/Embed/File.php:23:9: MixedAssignment: Unable to determine the type that $self->rename is being assigned to (see https://psalm.dev/032)
|
src/Module/Common/Config/Embed/File.php#L23
src/Module/Common/Config/Embed/File.php:23:25: MixedArrayAccess: Cannot access array value on mixed variable $fileArray (see https://psalm.dev/051)
|
src/Module/Common/Config/Embed/File.php#L24
src/Module/Common/Config/Embed/File.php:24:9: MixedAssignment: Unable to determine the type that $self->pattern is being assigned to (see https://psalm.dev/032)
|
This job failed
Loading