Skip to content

feat(datetime): introduce DateTime component #11861

feat(datetime): introduce DateTime component

feat(datetime): introduce DateTime component #11861

Triggered via push May 29, 2024 04:48
Status Failure
Total duration 21s
Artifacts
static analysis
14s
static analysis
Fit to window
Zoom out
Zoom in

Annotations

6 errors
ParamNameMismatch: ../src/Psl/Iter/Iterator.php#L171
../src/Psl/Iter/Iterator.php:171:30: ParamNameMismatch: Argument 1 of Psl\Iter\Iterator::seek has wrong name $offset, expecting $position as defined by SeekableIterator::seek (see https://psalm.dev/230)
ArgumentTypeCoercion: ../src/Psl/Str/Byte/compare.php#L23
../src/Psl/Str/Byte/compare.php:23:34: ArgumentTypeCoercion: Argument 3 of strncmp expects int<0, max>, but parent type int provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../src/Psl/Str/Byte/compare_ci.php#L23
../src/Psl/Str/Byte/compare_ci.php:23:38: ArgumentTypeCoercion: Argument 3 of strncasecmp expects int<0, max>, but parent type int provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../src/Psl/Str/Byte/starts_with.php#L20
../src/Psl/Str/Byte/starts_with.php:20:44: ArgumentTypeCoercion: Argument 3 of strncmp expects int<0, max>, but parent type int provided (see https://psalm.dev/193)
ArgumentTypeCoercion: ../src/Psl/Str/Byte/starts_with_ci.php#L20
../src/Psl/Str/Byte/starts_with_ci.php:20:48: ArgumentTypeCoercion: Argument 3 of strncasecmp expects int<0, max>, but parent type int provided (see https://psalm.dev/193)
static analysis
Process completed with exit code 2.