Skip to content

Commit 8945ecd

Browse files
committed
Fix style
1 parent 5bb817d commit 8945ecd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/sprinkle-core/app/src/Twig/Extensions/UserAgentExtension.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
*
2323
* The `user_agent` global variable contains the user agent string from the
2424
* server's global variables, while the `user_ip` global variable contains the
25-
* user's IP address.
26-
*
27-
* The user agent string is parsed using the `UserAgentParser` service.
25+
* user's IP address. The user agent string is parsed using donatj/PhpUserAgent.
26+
*
2827
* @see https://github.com/donatj/PhpUserAgent
2928
*/
3029
class UserAgentExtension extends AbstractExtension implements GlobalsInterface

0 commit comments

Comments
 (0)