Skip to content

Commit 2d9cada

Browse files
authored
Merge pull request #64 from adaxi/master
Correct 'Vivalidi' into 'Vivaldi'
2 parents 3d8da4a + b350507 commit 2d9cada

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ php:
55
- 5.6
66
- 5.5
77
- 5.4
8-
- 5.3
98

109
script: phpunit --configuration phpunit.xml.dist

lib/Browser.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class Browser
9797
const BROWSER_MSN = 'MSN Browser'; // http://explorer.msn.com/
9898
const BROWSER_MSNBOT = 'MSN Bot'; // http://search.msn.com/msnbot.htm
9999
const BROWSER_BINGBOT = 'Bing Bot'; // http://en.wikipedia.org/wiki/Bingbot
100-
const BROWSER_VIVALDI = 'Vivalidi'; // https://vivaldi.com/
100+
const BROWSER_VIVALDI = 'Vivaldi'; // https://vivaldi.com/
101101
const BROWSER_YANDEX = 'Yandex'; // https://browser.yandex.ua/
102102

103103
const BROWSER_NETSCAPE_NAVIGATOR = 'Netscape Navigator'; // http://browser.netscape.com/ (DEPRECATED)
@@ -415,7 +415,7 @@ protected function checkBrowsers()
415415
// before Safari
416416
// (5) Netscape 9+ is based on Firefox so Netscape checks
417417
// before FireFox are necessary
418-
// (6) Vivalid is UA contains both Firefox and Chrome so Vivalid checks
418+
// (6) Vivaldi is UA contains both Firefox and Chrome so Vivaldi checks
419419
// before Firefox and Chrome
420420
$this->checkBrowserWebTv() ||
421421
$this->checkBrowserEdge() ||

0 commit comments

Comments
 (0)