Files
drupal11-ddev/vendor/consolidation/annotated-command/src/CommandInfoAltererInterface.php
2025-10-08 11:39:17 -04:00

10 lines
233 B
PHP

<?php
namespace Consolidation\AnnotatedCommand;
use Consolidation\AnnotatedCommand\Parser\CommandInfo;
interface CommandInfoAltererInterface
{
public function alterCommandInfo(CommandInfo $commandInfo, $commandFileInstance);
}