]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/response/http/class_HttpResponse.php
'public static final' is correct
[core.git] / inc / classes / main / response / http / class_HttpResponse.php
index 1fb9f5b454d7b06e06f8bb33627448fd825c50be..a3e5e362033c750a247cc3fba3a37e79899135db 100644 (file)
@@ -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();