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 2e753ea commit 033a997Copy full SHA for 033a997
src/CLI.php
@@ -8,7 +8,7 @@
8
* License: GNU/GPLv2
9
* @see LICENSE.txt
10
*
11
- * This file: CLI handler (last modified: 2023.09.25).
+ * This file: CLI handler (last modified: 2023.09.26).
12
*/
13
14
namespace phpMussel\CLI;
@@ -36,7 +36,7 @@ class CLI
36
private $LastAlgo = '';
37
38
/**
39
- * Construct the loader.
+ * Construct the CLI instance.
40
41
* @param \phpMussel\Core\Loader $Loader The instantiated loader object, passed by reference.
42
* @param \phpMussel\Core\Scanner $Scanner The instantiated scanner object, passed by reference.
0 commit comments