Test Setup Failed
Pull Request — master (#149)
by
unknown
11:58
created
tests/DataValues/TimeValueCalculatorTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
 	 * @param string $time an ISO 8601 date and time
31 31
 	 * @param int $timezone offset from UTC in minutes
32 32
 	 *
33
-	 * @return TimeValue
33
+	 * @return \PHPUnit\Framework\MockObject\MockObject
34 34
 	 */
35 35
 	private function getTimeValueMock( $time, $timezone = 0 ) {
36 36
 		$timeValue = $this->getMockBuilder( TimeValue::class )
Please login to merge, or discard this patch.