diff --git a/src/FakeMetaCommand.php b/src/FakeMetaCommand.php index 3a7f48d..f6cd2f7 100644 --- a/src/FakeMetaCommand.php +++ b/src/FakeMetaCommand.php @@ -11,7 +11,7 @@ class FakeMetaCommand extends \Barryvdh\LaravelIdeHelper\Console\MetaCommand protected function registerClassAutoloadExceptions() { // 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. } }