We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa4e6d6 + efb7b70 commit b91b88fCopy full SHA for b91b88f
src/Utils/ImpressCMSConstantsReader.php
@@ -76,10 +76,10 @@ public function load()
76
/** @noinspection PhpIncludeInspection */
77
require_once $this->getFilename();
78
} catch (Throwable $ex) {
79
- $this->IO->write('Np ImpressCMS constants file can\'t be loaded at this moment.');
+ $this->IO->write('No ImpressCMS constants file can\'t be loaded at this moment.');
80
}
81
} else {
82
- $this->IO->write('Np ImpressCMS constants file was found.');
+ $this->IO->write('No ImpressCMS constants file was found.');
83
84
self::$loaded = true;
85
0 commit comments