`Webserver`: Fix name case of return type for `createInstance()` method

This commit is contained in:
raviks789 2023-08-14 12:19:40 +02:00
parent c0145890a3
commit aa5da53c9d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ abstract class Webserver
* *
* @param string $type * @param string $type
* *
* @return WebServer * @return Webserver
* *
* @throws ProgrammingError * @throws ProgrammingError
*/ */