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