We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 832caae + 76d325e commit 7304083Copy full SHA for 7304083
1 file changed
lib/private/SetupCheck/SetupCheckManager.php
@@ -34,7 +34,7 @@ public function runAll(): array {
34
try {
35
$setupResult = $setupCheckObject->run();
36
} catch (\Throwable $t) {
37
- $setupResult = SetupResult::error("An exception occured while running the setup check:\n$t");
+ $setupResult = SetupResult::error("An exception occurred while running the setup check:\n$t");
38
$this->logger->error('Exception running check ' . get_class($setupCheckObject) . ': ' . $t->getMessage(), ['exception' => $t]);
39
}
40
$setupResult->setName($setupCheckObject->getName());
0 commit comments