Passed
Push — master ( bfedcb...3177a4 )
by
unknown
01:06 queued 39s
created
tests/ValueFormatters/QuantityHtmlFormatterTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
 	 * @param string $className
62 62
 	 * @param int $uncertaintyMargin
63 63
 	 *
64
-	 * @return QuantityValue
64
+	 * @return \PHPUnit\Framework\MockObject\MockObject
65 65
 	 */
66 66
 	private function newQuantityValue( $className, $uncertaintyMargin = 0 ) {
67 67
 		$quantity = $this->getMockBuilder( $className )
Please login to merge, or discard this patch.
src/DataValues/UnboundedQuantityValue.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -288,7 +288,7 @@
 block discarded – undo
288 288
 
289 289
 	/**
290 290
 	 *
291
-	 * @param mixed $target
291
+	 * @param UnboundedQuantityValue $target
292 292
 	 *
293 293
 	 * @return bool
294 294
 	 */
Please login to merge, or discard this patch.