psalm-plugin-laravel/tests/lumen-test-baseline.xml
Niels Vanpachtenbeke 4032ba0091 update baseline files in tests
this should get CI green again
2022-02-16 16:57:00 +01:00

57 lines
1.8 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.20.0@f82a70e7edfc6cf2705e9374c8a0b6a974a779ed">
<file src="app/Console/Kernel.php">
<PropertyNotSetInConstructor occurrences="1">
<code>Kernel</code>
</PropertyNotSetInConstructor>
</file>
<file src="app/Events/ExampleEvent.php">
<PossiblyUnusedMethod occurrences="1">
<code>__construct</code>
</PossiblyUnusedMethod>
</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/Http/Controllers/ExampleController.php">
<UnusedClass occurrences="1">
<code>ExampleController</code>
</UnusedClass>
</file>
<file src="app/Http/Middleware/ExampleMiddleware.php">
<UnusedClass occurrences="1">
<code>ExampleMiddleware</code>
</UnusedClass>
</file>
<file src="app/Jobs/ExampleJob.php">
<UnusedClass occurrences="1">
<code>ExampleJob</code>
</UnusedClass>
</file>
<file src="app/Listeners/ExampleListener.php">
<PossiblyUnusedMethod occurrences="2">
<code>__construct</code>
<code>handle</code>
</PossiblyUnusedMethod>
</file>
<file src="app/Models/User.php">
<NonInvariantDocblockPropertyType occurrences="1">
<code>$fillable</code>
</NonInvariantDocblockPropertyType>
</file>
<file src="app/Providers/AuthServiceProvider.php">
<MissingClosureParamType occurrences="1">
<code>$request</code>
</MissingClosureParamType>
<MixedMethodCall occurrences="2">
<code>input</code>
<code>input</code>
</MixedMethodCall>
</file>
</files>