From badc00e962bc0ba5e45cfbaed2093729cf64b20a Mon Sep 17 00:00:00 2001 From: feek <5747667+mr-feek@users.noreply.github.com> Date: Mon, 13 Apr 2020 21:04:13 -0700 Subject: [PATCH] Update FakeMetaCommand.php --- src/FakeMetaCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. } }