Skip to content

Commit 44a6a98

Browse files
committed
fix: phpcs
1 parent 4f5d1cf commit 44a6a98

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Parser/Client/Browser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -886,6 +886,7 @@ public function parse(): ?array
886886
if ('Blink' === $engine && 'Flow Browser' === $name) {
887887
$engineVersion = '';
888888
}
889+
889890
// the browser simulate ua for Android OS
890891
if ('Every Browser' === $name) {
891892
$family = 'Chrome';

Parser/OperatingSystem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ public function parse(): ?array
336336
$family = self::getOsFamily($short);
337337
$androidApps = [
338338
'com.hisense.odinbrowser', 'com.seraphic.openinet.pre', 'com.appssppa.idesktoppcbrowser',
339-
'every.browser.inc'
339+
'every.browser.inc',
340340
];
341341

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

0 commit comments

Comments
 (0)