Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / consolidation / annotated-command / src / CommandInfoAltererInterface.php
1 <?php
2 namespace Consolidation\AnnotatedCommand;
3
4 use Consolidation\AnnotatedCommand\Parser\CommandInfo;
5
6 interface CommandInfoAltererInterface
7 {
8     public function alterCommandInfo(CommandInfo $commandInfo, $commandFileInstance);
9 }