We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a223ec commit 2442336Copy full SHA for 2442336
1 file changed
src/agentzero.php
@@ -2,6 +2,13 @@
2
declare(strict_types = 1);
3
namespace hexydec\agentzero;
4
5
+/**
6
+ * @property-read string|null $host
7
+ * @property-read int|null $browsermajorversion
8
+ * @property-read int|null $enginemajorversion
9
+ * @property-read int|null $platformmajorversion
10
+ * @property-read int|null $appmajorversion
11
+ */
12
class agentzero {
13
14
// ua string
0 commit comments