Refactoring
This commit is contained in:
9
lib/composer/vendor/consolidation/annotated-command/src/CommandInfoAltererInterface.php
vendored
Normal file
9
lib/composer/vendor/consolidation/annotated-command/src/CommandInfoAltererInterface.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Consolidation\AnnotatedCommand;
|
||||
|
||||
use Consolidation\AnnotatedCommand\Parser\CommandInfo;
|
||||
|
||||
interface CommandInfoAltererInterface
|
||||
{
|
||||
public function alterCommandInfo(CommandInfo $commandInfo, $commandFileInstance);
|
||||
}
|
||||
Reference in New Issue
Block a user