Skip to content

Commit

Permalink
Fix docblock comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikuolan committed Oct 21, 2023
1 parent 2e753ea commit 033a997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CLI.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* License: GNU/GPLv2
* @see LICENSE.txt
*
* This file: CLI handler (last modified: 2023.09.25).
* This file: CLI handler (last modified: 2023.09.26).
*/

namespace phpMussel\CLI;
Expand Down Expand Up @@ -36,7 +36,7 @@ class CLI
private $LastAlgo = '';

/**
* Construct the loader.
* Construct the CLI instance.
*
* @param \phpMussel\Core\Loader $Loader The instantiated loader object, passed by reference.
* @param \phpMussel\Core\Scanner $Scanner The instantiated scanner object, passed by reference.
Expand Down

0 comments on commit 033a997

Please sign in to comment.