Skip to content

Commit

Permalink
fix: PHPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezzzhak committed Feb 14, 2024
1 parent 5df23ec commit 119f077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parser/Device/AbstractDeviceParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -2111,7 +2111,7 @@ protected function hasDesktopFragment(): bool
$regexExcludeDesktopFragment = \implode('|', [
'CE-HTML',
' Mozilla/|Andr[o0]id|Tablet|Mobile|iPhone|Windows Phone|ricoh|OculusBrowser',
'PicoBrowser|Lenovo|compatible; MSIE|Trident/|Tesla/|XBOX|FBMD/|ARM; ?([^)]+)'
'PicoBrowser|Lenovo|compatible; MSIE|Trident/|Tesla/|XBOX|FBMD/|ARM; ?([^)]+)',
]);

return
Expand Down

0 comments on commit 119f077

Please sign in to comment.