@@ -15,9 +15,7 @@ |
||
15 | 15 | * The is_mobile tests. |
16 | 16 | * |
17 | 17 | * @param string $ua User agent string. |
18 | - * @param bool $expected_dumb Expected value for `dumb` mobile detection. |
|
19 | - * @param bool $expected_smart Expected value for `smart` mobile detection. |
|
20 | - * @param bool $expected_mobile Expected value for `any` mobile detection. |
|
18 | + * @param bool $expected_types Expected value for `smart` mobile detection. |
|
21 | 19 | * @param bool $expected_ua_returned Expected value for UA returned by the method. |
22 | 20 | * |
23 | 21 | * @return void |