Completed
Push — master ( 85f4f7...c06f74 )
by James
03:18
created
src/WebHelper.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -82,7 +82,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.