Further Drupal 8.6.4 changes. Some core files were not committed before a commit...
[yaffs-website] / vendor / drush / drush / src / Formatters / DrushFormatterManager.php
1 <?php
2
3 /**
4  * @file
5  * Definition of Drush\Formatters\DrushFormatterManager.
6  */
7
8 namespace Drush\Formatters;
9
10 use \Consolidation\OutputFormatters\FormatterManager;
11
12 /**
13  * Our own output formatter
14  */
15 class DrushFormatterManager extends FormatterManager
16 {
17 }