]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/response/image/class_ImageResponse.php
'public static final' is correct
[core.git] / inc / classes / main / response / image / class_ImageResponse.php
index 649bddd82a70d6d663806866c44cb8667db233e6..63c3dfcf2195113042819617290e81ff769191e9 100644 (file)
@@ -41,7 +41,7 @@ class ImageResponse extends BaseResponse implements Responseable {
         * @param       $appInstance            An instance of a manageable application
         * @return      $responseInstance       A prepared instance of this class
         */
-       public final static function createImageResponse (ManageableApplication $appInstance) {
+       public static final function createImageResponse (ManageableApplication $appInstance) {
                // Get a new instance
                $responseInstance = new ImageResponse();