Skip to content

Adding the Conditionable interface #549

Adding the Conditionable interface

Adding the Conditionable interface #549

Triggered via push December 23, 2024 21:57
Status Failure
Total duration 41s
Artifacts

build.yml

on: push
Matrix: linux_tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors
PHP on 8.3 - prefer-stable -: uri/Http.php#L228
Parameter #2 $onSuccess (callable($this): ($this|null)) of method League\Uri\Http::when() should be contravariant with parameter $onSuccess (callable($this): ($this|null)) of method League\Uri\Contracts\Conditionable::when()
PHP on 8.3 - prefer-stable -: uri/Http.php#L228
Parameter #3 $onFail ((callable($this): ($this|null))|null) of method League\Uri\Http::when() should be contravariant with parameter $onFail ((callable($this): ($this|null))|null) of method League\Uri\Contracts\Conditionable::when()
PHP on 8.3 - prefer-stable -: uri/Uri.php#L1128
Parameter #2 $onSuccess (callable($this): ($this|null)) of method League\Uri\Uri::when() should be contravariant with parameter $onSuccess (callable($this): ($this|null)) of method League\Uri\Contracts\Conditionable::when()
PHP on 8.3 - prefer-stable -: uri/Uri.php#L1128
Parameter #3 $onFail ((callable($this): ($this|null))|null) of method League\Uri\Uri::when() should be contravariant with parameter $onFail ((callable($this): ($this|null))|null) of method League\Uri\Contracts\Conditionable::when()
PHP on 8.3 - prefer-stable -
Process completed with exit code 1.