<?php
namespace Drush\SiteAlias;
/**
* Parse a string that contains a site specification.
*
* Site specifications contain some of the following elements:
* - user
* - host
* - path
* - uri (multisite selector)
*/
class SiteSpecParser extends \Consolidation\SiteAlias\SiteSpecParser
{
}