psalm-plugin-laravel/tests/lumen-test-baseline.xml

57 lines
1.8 KiB
XML
Raw Normal View History

2020-06-22 05:59:21 +02:00
<?xml version="1.0" encoding="UTF-8"?>
<files psalm-version="4.20.0@f82a70e7edfc6cf2705e9374c8a0b6a974a779ed">
2020-06-22 05:59:21 +02:00
<file src="app/Console/Kernel.php">
<PropertyNotSetInConstructor occurrences="1">
<code>Kernel</code>
</PropertyNotSetInConstructor>
</file>
2021-07-13 11:46:53 +02:00
<file src="app/Events/ExampleEvent.php">
<PossiblyUnusedMethod occurrences="1">
<code>__construct</code>
</PossiblyUnusedMethod>
</file>
2020-06-22 05:59:21 +02:00
<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>
2021-07-13 11:46:53 +02:00
<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>
2020-06-22 05:59:21 +02:00
<file src="app/Jobs/ExampleJob.php">
2021-07-13 11:46:53 +02:00
<UnusedClass occurrences="1">
<code>ExampleJob</code>
</UnusedClass>
</file>
<file src="app/Listeners/ExampleListener.php">
<PossiblyUnusedMethod occurrences="2">
<code>__construct</code>
<code>handle</code>
</PossiblyUnusedMethod>
2020-06-22 05:59:21 +02:00
</file>
2021-06-15 18:11:09 +02:00
<file src="app/Models/User.php">
<NonInvariantDocblockPropertyType occurrences="1">
<code>$fillable</code>
</NonInvariantDocblockPropertyType>
</file>
2020-06-22 05:59:21 +02:00
<file src="app/Providers/AuthServiceProvider.php">
<MissingClosureParamType occurrences="1">
<code>$request</code>
</MissingClosureParamType>
2021-06-15 18:11:09 +02:00
<MixedMethodCall occurrences="2">
2020-06-22 05:59:21 +02:00
<code>input</code>
<code>input</code>
</MixedMethodCall>
</file>
</files>