@@ -80,6 +80,6 @@ |
||
| 80 | 80 | ] |
| 81 | 81 | ], $this->container); |
| 82 | 82 | |
| 83 | - Assert::assertTrue(true); // otherwise should throw exception, and internal property isn't testable |
|
| 83 | + Assert::assertTrue(true); // otherwise should throw exception, and internal property isn't testable |
|
| 84 | 84 | } |
| 85 | 85 | } |
@@ -75,7 +75,7 @@ |
||
| 75 | 75 | } |
| 76 | 76 | |
| 77 | 77 | /** |
| 78 | - * @return MockObject|UserAgentRepositoryInterface |
|
| 78 | + * @return UserAgentRepositoryInterface |
|
| 79 | 79 | */ |
| 80 | 80 | private function mockUserAgentRepository(string $version = null, string $actionValue = null): MockObject |
| 81 | 81 | { |