X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fresponse%2Fhttp%2Fclass_HttpResponse.php;fp=inc%2Fclasses%2Fmain%2Fresponse%2Fhttp%2Fclass_HttpResponse.php;h=a3e5e362033c750a247cc3fba3a37e79899135db;hb=a3fa89c7cbc54491fc74f13db0927d14acf550c8;hp=1fb9f5b454d7b06e06f8bb33627448fd825c50be;hpb=d42a36e7172e079d2ea3328d320e5be115b8bddb;p=core.git diff --git a/inc/classes/main/response/http/class_HttpResponse.php b/inc/classes/main/response/http/class_HttpResponse.php index 1fb9f5b4..a3e5e362 100644 --- a/inc/classes/main/response/http/class_HttpResponse.php +++ b/inc/classes/main/response/http/class_HttpResponse.php @@ -41,7 +41,7 @@ class HttpResponse extends BaseResponse implements Responseable { * @param $appInstance An instance of a manageable application * @return $responseInstance A prepared instance of this class */ - public final static function createHttpResponse (ManageableApplication $appInstance) { + public static final function createHttpResponse (ManageableApplication $appInstance) { // Get a new instance $responseInstance = new HttpResponse();