mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-18 10:07:12 +00:00
* chore: introduce psalm * chore: remove dead code * chore: run psalm workflow * chore: run psalm in grumphp * normalize composer.json * chore: analyse --> analyze * chore: just remove psalm when running tests instead of worrying about dependency mismatch hell Co-authored-by: mr-feek <[email protected]>
16 lines
448 B
XML
16 lines
448 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<files psalm-version="3.12.0@d46283075d76ed244f7825b378eeb1cee246af73">
|
|
<file src="src/Generator.php">
|
|
<UndefinedClass occurrences="8">
|
|
<code>'\Laravel\Lumen\Application'</code>
|
|
<code>\Auth</code>
|
|
<code>\DB</code>
|
|
<code>\Cache</code>
|
|
<code>\Cache</code>
|
|
<code>\Queue</code>
|
|
<code>\SSH</code>
|
|
<code>\Storage</code>
|
|
</UndefinedClass>
|
|
</file>
|
|
</files>
|