@@ -65,6 +65,10 @@ |
||
65 | 65 | $object->match('/en/some-uri'); |
66 | 66 | } |
67 | 67 | |
68 | + /** |
|
69 | + * @param \self|null $request |
|
70 | + * @param NodeTranslation $nodeTranslation |
|
71 | + */ |
|
68 | 72 | private function getContainer($request, $multiLanguage = false, $nodeTranslation = null) |
69 | 73 | { |
70 | 74 | $container = $this->createMock('Symfony\Component\DependencyInjection\ContainerInterface'); |
@@ -29,6 +29,8 @@ discard block |
||
29 | 29 | |
30 | 30 | /** |
31 | 31 | * {@inheritdoc} |
32 | + * @param string $path |
|
33 | + * @param string $filter |
|
32 | 34 | */ |
33 | 35 | protected function getFileUrl($path, $filter) |
34 | 36 | { |
@@ -75,6 +77,7 @@ discard block |
||
75 | 77 | |
76 | 78 | /** |
77 | 79 | * Copy from \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver::getFullPath |
80 | + * @param string $path |
|
78 | 81 | */ |
79 | 82 | private function getFullPath($path, $filter) |
80 | 83 | { |