We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb817d commit 8945ecdCopy full SHA for 8945ecd
packages/sprinkle-core/app/src/Twig/Extensions/UserAgentExtension.php
@@ -22,9 +22,8 @@
22
*
23
* The `user_agent` global variable contains the user agent string from the
24
* 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.
+ * user's IP address. The user agent string is parsed using donatj/PhpUserAgent.
+ *
28
* @see https://github.com/donatj/PhpUserAgent
29
*/
30
class UserAgentExtension extends AbstractExtension implements GlobalsInterface
0 commit comments