Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / drush / drush / src / SiteAlias / SiteAliasManagerAwareInterface.php
1 <?php
2 namespace Drush\SiteAlias;
3
4 /**
5  * Inflection interface for the site alias manager.
6  */
7 interface SiteAliasManagerAwareInterface extends \Consolidation\SiteAlias\SiteAliasManagerAwareInterface
8 {
9 }