Skip to content

Commit 2442336

Browse files
committed
Added dynamic property attributes.
1 parent 1a223ec commit 2442336

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/agentzero.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
declare(strict_types = 1);
33
namespace hexydec\agentzero;
44

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+
*/
512
class agentzero {
613

714
// ua string

0 commit comments

Comments
 (0)