Skip to content

chore: sdk update

chore: sdk update #30

Triggered via push April 29, 2025 06:23
Status Failure
Total duration 36s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: src/FormDataProcessor.php#L54
Method Hostinger\FormDataProcessor::prepare() has parameter $values with generic interface ArrayAccess but does not specify its types: TKey, TValue
build: src/FormDataProcessor.php#L54
Method Hostinger\FormDataProcessor::prepare() has parameter $values with no value type specified in iterable type array.
build: src/FormDataProcessor.php#L54
Method Hostinger\FormDataProcessor::prepare() return type has no value type specified in iterable type array.
build: src/FormDataProcessor.php#L60
Strict comparison using === between array|ArrayAccess|bool|DateTime|SplFileObject|string and null will always evaluate to false.
build: src/FormDataProcessor.php#L77
Method Hostinger\FormDataProcessor::flatten() has parameter $source with no value type specified in iterable type array.
build: src/FormDataProcessor.php#L77
Method Hostinger\FormDataProcessor::flatten() return type has no value type specified in iterable type array.
build: src/FormDataProcessor.php#L132
Method Hostinger\FormDataProcessor::makeFormSafe() has no return type specified.
build: src/FormDataProcessor.php#L132
Method Hostinger\FormDataProcessor::makeFormSafe() has parameter $value with generic interface ArrayAccess but does not specify its types: TKey, TValue
build: src/FormDataProcessor.php#L132
Method Hostinger\FormDataProcessor::makeFormSafe() has parameter $value with no value type specified in iterable type array.
build: src/FormDataProcessor.php#L166
Method Hostinger\FormDataProcessor::processModel() return type has no value type specified in iterable type array.