We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -14,12 +14,15 @@ |
||
14 | 14 | trait DIContainerMockTrait |
15 | 15 | { |
16 | 16 | /** |
17 | - * @param $className |
|
17 | + * @param string $className |
|
18 | 18 | * |
19 | 19 | * @return \PHPUnit_Framework_MockObject_MockBuilder |
20 | 20 | */ |
21 | 21 | abstract public function getMockBuilder($className); |
22 | 22 | |
23 | + /** |
|
24 | + * @return null|\Symfony\Component\DependencyInjection\ContainerInterface |
|
25 | + */ |
|
23 | 26 | private function getDIContainerMock(array $services = [], array $parameters = []) |
24 | 27 | { |
25 | 28 | $container = $this->getMockBuilder('Symfony\\Component\\DependencyInjection\\Container') |