}
/**
- * @return ArrayCollection<Tag>
+ * @return array<Tag>
*/
public function getTags()
{
}
/**
- * @return int
+ * @return string
*/
public function getHttpStatus()
{
}
/**
- * @param int $httpStatus
+ * @param string $httpStatus
*
* @return Entry
*/
}
/**
- * 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)
{
private $rulerz;
private $tagRepository;
private $entryRepository;
+ private $logger;
public function __construct(RulerZ $rulerz, TagRepository $tagRepository, EntryRepository $entryRepository, LoggerInterface $logger)
{