@@ -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 ) |
@@ -40,7 +40,7 @@ |
||
40 | 40 | } |
41 | 41 | |
42 | 42 | /** |
43 | - * @return ValueParser |
|
43 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
44 | 44 | */ |
45 | 45 | private function getEraParser() { |
46 | 46 | $mock = $this->createMock( ValueParser::class ); |
@@ -33,7 +33,7 @@ |
||
33 | 33 | } |
34 | 34 | |
35 | 35 | /** |
36 | - * @return EraParser |
|
36 | + * @return \PHPUnit\Framework\MockObject\MockObject |
|
37 | 37 | */ |
38 | 38 | private function getMockEraParser() { |
39 | 39 | $mock = $this->getMockBuilder( EraParser::class ) |