@@ -53,7 +53,7 @@ |
||
53 | 53 | * Overridden so that the application doesn't expect the command |
54 | 54 | * name to be the first argument. |
55 | 55 | * |
56 | - * @return InputDefinition The InputDefinition instance |
|
56 | + * @return \Symfony\Component\Console\Input\InputDefinition The InputDefinition instance |
|
57 | 57 | */ |
58 | 58 | public function getDefinition() |
59 | 59 | { |
@@ -37,7 +37,7 @@ |
||
37 | 37 | /** |
38 | 38 | * Load config file |
39 | 39 | * |
40 | - * @param $filename |
|
40 | + * @param string $filename |
|
41 | 41 | * @return Configuration |
42 | 42 | * @throws \RuntimeException |
43 | 43 | */ |
@@ -83,7 +83,7 @@ |
||
83 | 83 | /** |
84 | 84 | * Clean php source |
85 | 85 | * |
86 | - * @param $content |
|
86 | + * @param string $content |
|
87 | 87 | * @return string |
88 | 88 | */ |
89 | 89 | private function cleanup($content) { |