X-Git-Url: https://yaffs.net/gitweb/?a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fhelp%2FDrushHelpDocument.php;fp=vendor%2Fdrush%2Fdrush%2Fsrc%2FCommands%2Fhelp%2FDrushHelpDocument.php;h=1d28c42e53b8a634ceb4356e2db049bf173313b8;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=0000000000000000000000000000000000000000;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/drush/drush/src/Commands/help/DrushHelpDocument.php b/vendor/drush/drush/src/Commands/help/DrushHelpDocument.php new file mode 100644 index 000000000..1d28c42e5 --- /dev/null +++ b/vendor/drush/drush/src/Commands/help/DrushHelpDocument.php @@ -0,0 +1,26 @@ +setApplication(null); + + return parent::generateBaseHelpDom($command); + } + + protected function alterHelpDocument(Command $command, \DomDocument $dom) + { + return parent::alterHelpDocument($command, $dom); + } +}