@@ -82,7 +82,7 @@ discard block  | 
                                                    ||
| 82 | 82 | /**  | 
                                                        
| 83 | 83 | * Gets the web server instance.  | 
                                                        
| 84 | 84 | *  | 
                                                        
| 85 | - * @return WebServerInterface the web server instance  | 
                                                        |
| 85 | + * @return WebServer\WebServerInterface the web server instance  | 
                                                        |
| 86 | 86 | */  | 
                                                        
| 87 | 87 | public function getServer()  | 
                                                        
| 88 | 88 |      { | 
                                                        
@@ -92,8 +92,8 @@ discard block  | 
                                                    ||
| 92 | 92 | /**  | 
                                                        
| 93 | 93 | * Sets the PHP Webapp to configure.  | 
                                                        
| 94 | 94 | *  | 
                                                        
| 95 | - * @param string $server a PHP Webapp name  | 
                                                        |
| 96 | 95 | * @param string $version a semver-like version  | 
                                                        
| 96 | + * @param string $projectname  | 
                                                        |
| 97 | 97 | */  | 
                                                        
| 98 | 98 | public function setProject($projectname, $version)  | 
                                                        
| 99 | 99 |      { | 
                                                        
@@ -106,7 +106,7 @@ discard block  | 
                                                    ||
| 106 | 106 | /**  | 
                                                        
| 107 | 107 | * Gets the PHP Webapp to configure.  | 
                                                        
| 108 | 108 | *  | 
                                                        
| 109 | - * @return WebProjectInterface the PHP Webapp instance  | 
                                                        |
| 109 | + * @return WebProject\WebProjectInterface the PHP Webapp instance  | 
                                                        |
| 110 | 110 | */  | 
                                                        
| 111 | 111 | public function getProject()  | 
                                                        
| 112 | 112 |      { |