We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
iOS
1 parent bf46682 commit 4dd0321Copy full SHA for 4dd0321
src/mappings/platforms.php
@@ -195,7 +195,7 @@ public static function get() : array {
195
'type' => 'human',
196
'category' => 'mobile',
197
'platform' => 'iOS',
198
- 'platformversion' => $tokens[$i+1]
+ 'platformversion' => $tokens[$i+1] ?? null
199
]),
200
'CrOS' => new props('start', function (string $value) : array {
201
$parts = \explode(' ', $value);
0 commit comments