@@ -4,5 +4,8 @@ |
||
4 | 4 | |
5 | 5 | interface OpenInIdeInterface |
6 | 6 | { |
7 | + /** |
|
8 | + * @return void |
|
9 | + */ |
|
7 | 10 | public function open(); |
8 | 11 | } |
@@ -4,5 +4,8 @@ |
||
4 | 4 | |
5 | 5 | interface ServiceInterface |
6 | 6 | { |
7 | + /** |
|
8 | + * @return void |
|
9 | + */ |
|
7 | 10 | public function call(); |
8 | 11 | } |
@@ -16,7 +16,6 @@ |
||
16 | 16 | /** |
17 | 17 | * Build the language file. |
18 | 18 | * |
19 | - * @param string $name |
|
20 | 19 | * |
21 | 20 | * @return string |
22 | 21 | */ |