mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2024-11-27 04:45:26 +01:00
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<files psalm-version="dev-master@02e8313c398b9c6cb6ded9210e5ef53ecd7a2dab">
|
|
<file src="app/Console/Kernel.php">
|
|
<PropertyNotSetInConstructor occurrences="1">
|
|
<code>Kernel</code>
|
|
</PropertyNotSetInConstructor>
|
|
</file>
|
|
<file src="app/Exceptions/Handler.php">
|
|
<LessSpecificReturnStatement occurrences="1">
|
|
<code>parent::render($request, $exception)</code>
|
|
</LessSpecificReturnStatement>
|
|
<MoreSpecificReturnType occurrences="1">
|
|
<code>\Illuminate\Http\Response|\Illuminate\Http\JsonResponse</code>
|
|
</MoreSpecificReturnType>
|
|
</file>
|
|
<file src="app/Jobs/ExampleJob.php">
|
|
<PropertyNotSetInConstructor occurrences="1">
|
|
<code>ExampleJob</code>
|
|
</PropertyNotSetInConstructor>
|
|
</file>
|
|
<file src="app/Providers/AuthServiceProvider.php">
|
|
<MissingClosureParamType occurrences="1">
|
|
<code>$request</code>
|
|
</MissingClosureParamType>
|
|
<MixedMethodCall occurrences="3">
|
|
<code>viaRequest</code>
|
|
<code>input</code>
|
|
<code>input</code>
|
|
</MixedMethodCall>
|
|
</file>
|
|
</files>
|