Skip to content

Commit

Permalink
Compatibility with PSR-4 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ralflang committed Nov 1, 2023
1 parent 043addd commit cb5872d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Horde/Cli/Modular/ModuleUsage.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* @license http://www.horde.org/licenses/lgpl21 LGPL
* @package Cli_Modular
*/

use Horde\Cli\Modular\ModuleUsage;
/**
* The Horde_Cli_Modular_ModuleUsage interface extends the
* Horde_Cli_Modular_Module interface with new functionality.
Expand All @@ -24,7 +24,7 @@
* @package Cli_Modular
* @todo H6: Wrap into Horde_Cli_Modular_Module
*/
interface Horde_Cli_Modular_ModuleUsage
interface Horde_Cli_Modular_ModuleUsage extends ModuleUsage
{
/**
* Returns additional usage title for this module.
Expand Down

0 comments on commit cb5872d

Please sign in to comment.