Skip to content

Commit 033a997

Browse files
committed
Fix docblock comment.
1 parent 2e753ea commit 033a997

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: 2023.09.25).
11+
* This file: CLI handler (last modified: 2023.09.26).
1212
*/
1313

1414
namespace phpMussel\CLI;
@@ -36,7 +36,7 @@ class CLI
3636
private $LastAlgo = '';
3737

3838
/**
39-
* Construct the loader.
39+
* Construct the CLI instance.
4040
*
4141
* @param \phpMussel\Core\Loader $Loader The instantiated loader object, passed by reference.
4242
* @param \phpMussel\Core\Scanner $Scanner The instantiated scanner object, passed by reference.

0 commit comments

Comments
 (0)