Adding the Conditionable interface #549
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.
|