Skip to content

refactor(Sanitizers): rename Sanitizers to Pipes #238

refactor(Sanitizers): rename Sanitizers to Pipes

refactor(Sanitizers): rename Sanitizers to Pipes #238

Triggered via push August 2, 2023 06:14
Status Failure
Total duration 38s
Artifacts

psalm.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
ParamNameMismatch: src/Channels/DdChannel.php#L23
src/Channels/DdChannel.php:23:35: ParamNameMismatch: Argument 1 of Guanguans\LaravelExceptionNotify\Channels\DdChannel::report has wrong name $report, expecting $content as defined by Guanguans\LaravelExceptionNotify\Contracts\ChannelContract::report (see https://psalm.dev/230)
ParamNameMismatch: src/Channels/DumpChannel.php#L21
src/Channels/DumpChannel.php:21:35: ParamNameMismatch: Argument 1 of Guanguans\LaravelExceptionNotify\Channels\DumpChannel::report has wrong name $report, expecting $content as defined by Guanguans\LaravelExceptionNotify\Contracts\ChannelContract::report (see https://psalm.dev/230)
ParamNameMismatch: src/Channels/LogChannel.php#L29
src/Channels/LogChannel.php:29:35: ParamNameMismatch: Argument 1 of Guanguans\LaravelExceptionNotify\Channels\LogChannel::report has wrong name $report, expecting $content as defined by Guanguans\LaravelExceptionNotify\Contracts\ChannelContract::report (see https://psalm.dev/230)
ParamNameMismatch: src/Channels/NotifyChannel.php#L27
src/Channels/NotifyChannel.php:27:35: ParamNameMismatch: Argument 1 of Guanguans\LaravelExceptionNotify\Channels\NotifyChannel::report has wrong name $report, expecting $content as defined by Guanguans\LaravelExceptionNotify\Contracts\ChannelContract::report (see https://psalm.dev/230)
ParamNameMismatch: src/Channels/NullChannel.php#L17
src/Channels/NullChannel.php:17:35: ParamNameMismatch: Argument 1 of Guanguans\LaravelExceptionNotify\Channels\NullChannel::report has wrong name $report, expecting $content as defined by Guanguans\LaravelExceptionNotify\Contracts\ChannelContract::report (see https://psalm.dev/230)
UndefinedInterfaceMethod: src/Collectors/ApplicationCollector.php#L33
src/Collectors/ApplicationCollector.php:33:23: UndefinedInterfaceMethod: Method Illuminate\Contracts\Container\Container::offsetGet does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Collectors/ApplicationCollector.php#L34
src/Collectors/ApplicationCollector.php:34:38: UndefinedInterfaceMethod: Method Illuminate\Contracts\Container\Container::version does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Collectors/ApplicationCollector.php#L35
src/Collectors/ApplicationCollector.php:35:42: UndefinedInterfaceMethod: Method Illuminate\Contracts\Container\Container::environment does not exist (see https://psalm.dev/181)
UndefinedInterfaceMethod: src/Collectors/ApplicationCollector.php#L43
src/Collectors/ApplicationCollector.php:43:41: UndefinedInterfaceMethod: Method Illuminate\Contracts\Container\Container::runningInConsole does not exist (see https://psalm.dev/181)
InvalidReturnType: src/Collectors/RequestCookieCollector.php#L26
src/Collectors/RequestCookieCollector.php:26:32: InvalidReturnType: The declared return type 'array<array-key, mixed>' for Guanguans\LaravelExceptionNotify\Collectors\RequestCookieCollector::collect is incorrect, got 'array<array-key, mixed>|null|string' (see https://psalm.dev/011)