Passed
Push — master ( f7afdf...759093 )
by Jeroen De
02:45
created
src/Values/GlobeCoordinateValue.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,7 +42,7 @@  discard block
 block discarded – undo
42 42
 
43 43
 	/**
44 44
 	 * @param LatLongValue $latLong
45
-	 * @param float|int|null $precision in degrees, e.g. 0.01.
45
+	 * @param null|double $precision in degrees, e.g. 0.01.
46 46
 	 * @param string|null $globe IRI, defaults to 'http://www.wikidata.org/entity/Q2'.
47 47
 	 *
48 48
 	 * @throws IllegalValueException
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
 	 * @see LatLongValue::assertIsLatitude
66 66
 	 * @see LatLongValue::assertIsLongitude
67 67
 	 *
68
-	 * @param float|int|null $precision
68
+	 * @param null|double $precision
69 69
 	 *
70 70
 	 * @throws IllegalValueException
71 71
 	 */
Please login to merge, or discard this patch.