896224fccd8673283150d6be175186e64e121913
[yaffs-website] / vendor / drush / drush / src / SiteAlias / SiteSpecParser.php
1 <?php
2 namespace Drush\SiteAlias;
3
4 /**
5  * Parse a string that contains a site specification.
6  *
7  * Site specifications contain some of the following elements:
8  *   - user
9  *   - host
10  *   - path
11  *   - uri (multisite selector)
12  */
13 class SiteSpecParser extends \Consolidation\SiteAlias\SiteSpecParser
14 {
15 }