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.
1 parent 727f6c5 commit fd1f79aCopy full SHA for fd1f79a
src/CLI.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: CLI handler (last modified: 2026.03.17).
+ * This file: CLI handler (last modified: 2026.03.18).
12
*/
13
14
namespace phpMussel\CLI;
@@ -33,7 +33,7 @@ class CLI
33
/**
34
* @var string The path to the core L10N files.
35
36
- private $L10NPath = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'l10n' . DIRECTORY_SEPARATOR;
+ private $L10NPath = __DIR__ . \DIRECTORY_SEPARATOR . '..' . \DIRECTORY_SEPARATOR . 'l10n' . \DIRECTORY_SEPARATOR;
37
38
39
* @var string Used by some CLI functionality.
0 commit comments