@@ -30,7 +30,7 @@ |
||
| 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 ) |