@@ -134,7 +134,7 @@ |
||
134 | 134 | } |
135 | 135 | |
136 | 136 | /** |
137 | - * @return \PHPUnit_Framework_MockObject_MockObject|\Symfony\Component\Security\Core\User\UserInterface |
|
137 | + * @return \PHPUnit_Framework_MockObject_MockObject |
|
138 | 138 | */ |
139 | 139 | private function getUserMock() |
140 | 140 | { |
@@ -18,7 +18,7 @@ discard block |
||
18 | 18 | /** |
19 | 19 | * Return an array of supported classes. This will be called by supportsClass |
20 | 20 | * |
21 | - * @return array an array of supported classes, i.e. array('Acme\DemoBundle\Model\Product') |
|
21 | + * @return string[] an array of supported classes, i.e. array('Acme\DemoBundle\Model\Product') |
|
22 | 22 | */ |
23 | 23 | protected function getSupportedClasses() |
24 | 24 | { |
@@ -31,7 +31,7 @@ discard block |
||
31 | 31 | /** |
32 | 32 | * Return an array of supported attributes. This will be called by supportsAttribute |
33 | 33 | * |
34 | - * @return array an array of supported attributes, i.e. array('CREATE', 'READ') |
|
34 | + * @return string[] an array of supported attributes, i.e. array('CREATE', 'READ') |
|
35 | 35 | */ |
36 | 36 | protected function getSupportedAttributes() |
37 | 37 | { |
@@ -34,7 +34,7 @@ |
||
34 | 34 | * |
35 | 35 | * @param array $options array of options, default: empty, currently ignored |
36 | 36 | * |
37 | - * @return \Graviton\AppKernel |
|
37 | + * @return \Symfony\Component\HttpKernel\KernelInterface |
|
38 | 38 | */ |
39 | 39 | public static function createKernel(array $options = array()) |
40 | 40 | { |
@@ -112,7 +112,7 @@ |
||
112 | 112 | * non local stuff centrally. |
113 | 113 | * |
114 | 114 | * @param string $filepath path to configuration file |
115 | - * @param Output $output ouput interface need by config parser to do stuff |
|
115 | + * @param OutputInterface $output ouput interface need by config parser to do stuff |
|
116 | 116 | * |
117 | 117 | * @return AntiMattr\MongoDB\Migrations\Configuration\Configuration |
118 | 118 | */ |