Add tests for logger injection #112
Annotations
6 errors
|
Psalm
Process completed with exit code 2.
|
|
UnusedBaselineEntry:
src/GeoIP.php#L0
src/GeoIP.php:0:0: UnusedBaselineEntry: Baseline for issue "DeprecatedConstant" has 1 extra entry. (see https://psalm.dev/316)
|
|
UnusedBaselineEntry:
src/Console/Update.php#L0
src/Console/Update.php:0:0: UnusedBaselineEntry: Baseline for issue "NonInvariantDocblockPropertyType" has 1 extra entry. (see https://psalm.dev/316)
|
|
UnusedBaselineEntry:
src/Console/Clear.php#L0
src/Console/Clear.php:0:0: UnusedBaselineEntry: Baseline for issue "NonInvariantDocblockPropertyType" has 1 extra entry. (see https://psalm.dev/316)
|
|
MixedArgument:
src/GeoIPServiceProvider.php#L39
src/GeoIPServiceProvider.php:39:13: MixedArgument: Argument 3 of InteractionDesignFoundation\GeoIP\GeoIP::__construct cannot be mixed, expecting Psr\Log\LoggerInterface (see https://psalm.dev/030)
|
|
UndefinedInterfaceMethod:
src/GeoIPServiceProvider.php#L39
src/GeoIPServiceProvider.php:39:13: UndefinedInterfaceMethod: Method Illuminate\Contracts\Foundation\Application::offsetGet does not exist (see https://psalm.dev/181)
|