@@ -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 | */  | 
                                                        
@@ -2,7 +2,6 @@  | 
                                                    ||
| 2 | 2 | |
| 3 | 3 | namespace Webfactor\Laravel\Generators\Services;  | 
                                                        
| 4 | 4 | |
| 5 | -use Illuminate\Contracts\Filesystem\FileNotFoundException;  | 
                                                        |
| 6 | 5 | use Webfactor\Laravel\Generators\Contracts\ServiceAbstract;  | 
                                                        
| 7 | 6 | use Webfactor\Laravel\Generators\Contracts\ServiceInterface;  | 
                                                        
| 8 | 7 | use Webfactor\Laravel\Generators\Traits\CanGenerateFile;  |