Completed
Push — add/jetpack-mobile-package ( 96545e...4a9724 )
by
unknown
08:23
created
packages/device-detection/tests/php/test_DeviceDetection.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -15,9 +15,7 @@
 block discarded – undo
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
Please login to merge, or discard this patch.