From 35769cc1124a1564bfa29c36d67ebf2176a6754b Mon Sep 17 00:00:00 2001 From: Dmitriy Date: Tue, 26 Jan 2016 16:34:56 +0200 Subject: [PATCH] Add YandexDirectDyn Add YandexDirectDyn and return type fix for getMatches --- src/CrawlerDetect.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CrawlerDetect.php b/src/CrawlerDetect.php index 422ad14..e70b507 100644 --- a/src/CrawlerDetect.php +++ b/src/CrawlerDetect.php @@ -279,6 +279,7 @@ class CrawlerDetect 'YahooSeeker-Testing', 'YandexImages', 'YandexMetrika', + 'YandexDirectDyn', 'yandex', 'yanga', 'yeti', @@ -415,7 +416,7 @@ public function isCrawler($userAgent = null) /** * Return the matches. * - * @return array + * @return string */ public function getMatches() {