Fix some Scrutinizer issues

This commit is contained in:
Jeremy Benoist
2017-05-30 11:39:15 +02:00
parent d181bd7285
commit 5fe65baee5
3 changed files with 5 additions and 10 deletions

View File

@ -38,13 +38,7 @@ class GrabySiteConfigBuilder implements SiteConfigBuilder
}
/**
* Builds the SiteConfig for a host.
*
* @param string $host The "www." prefix is ignored
*
* @return SiteConfig
*
* @throws OutOfRangeException If there is no config for $host
* {@inheritdoc}
*/
public function buildForHost($host)
{