Skip to content

Commit fd1f79a

Browse files
committed
Various minor performance improvements.
1 parent 727f6c5 commit fd1f79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CLI.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* License: GNU/GPLv2
99
* @see LICENSE.txt
1010
*
11-
* This file: CLI handler (last modified: 2026.03.17).
11+
* This file: CLI handler (last modified: 2026.03.18).
1212
*/
1313

1414
namespace phpMussel\CLI;
@@ -33,7 +33,7 @@ class CLI
3333
/**
3434
* @var string The path to the core L10N files.
3535
*/
36-
private $L10NPath = __DIR__ . DIRECTORY_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'l10n' . DIRECTORY_SEPARATOR;
36+
private $L10NPath = __DIR__ . \DIRECTORY_SEPARATOR . '..' . \DIRECTORY_SEPARATOR . 'l10n' . \DIRECTORY_SEPARATOR;
3737

3838
/**
3939
* @var string Used by some CLI functionality.

0 commit comments

Comments
 (0)