mirror of
https://github.com/danog/psalm-plugin-laravel.git
synced 2025-01-22 21:31:21 +01:00
Update FakeMetaCommand.php
This commit is contained in:
parent
bab6652261
commit
badc00e962
@ -11,7 +11,7 @@ class FakeMetaCommand extends \Barryvdh\LaravelIdeHelper\Console\MetaCommand
|
|||||||
protected function registerClassAutoloadExceptions()
|
protected function registerClassAutoloadExceptions()
|
||||||
{
|
{
|
||||||
// by default, the ide-helper throws exceptions when it cannot find a class. However it does not unregister that
|
// by default, the ide-helper throws exceptions when it cannot find a class. However it does not unregister that
|
||||||
// autoloader when it is done, and we certainly do not want to throw exceptions when we are simply checking if
|
// autoloader when it is done, and we certainly do not want to throw exceptions when we are simply checking if
|
||||||
// a certain class exists. We are instead changing this to be a noop.
|
// a certain class exists. We are instead changing this to be a noop.
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user