#148 Adding more convenient methods to UriInterface #550
Annotations
5 errors
Run static analysis:
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()
|
Run static analysis:
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()
|
Run static analysis:
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()
|
Run static analysis:
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()
|
Run static analysis
Process completed with exit code 1.
|
Loading