Skip to content

Commit

Permalink
fix: phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Nov 22, 2023
1 parent 4f5d1cf commit 44a6a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Parser/Client/Browser.php
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,7 @@ public function parse(): ?array
if ('Blink' === $engine && 'Flow Browser' === $name) {
$engineVersion = '';
}

// the browser simulate ua for Android OS
if ('Every Browser' === $name) {
$family = 'Chrome';
Expand Down
2 changes: 1 addition & 1 deletion Parser/OperatingSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public function parse(): ?array
$family = self::getOsFamily($short);
$androidApps = [
'com.hisense.odinbrowser', 'com.seraphic.openinet.pre', 'com.appssppa.idesktoppcbrowser',
'every.browser.inc'
'every.browser.inc',
];

if (null !== $this->clientHints) {
Expand Down

0 comments on commit 44a6a98

Please sign in to comment.