]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/UnsupportedMediaTypeException.php
Changed scope
[friendica.git] / src / Network / HTTPException / UnsupportedMediaTypeException.php
index adf008d0155ee72d6ec87a43359ddfb7ddd58749..fad8d9f7e779011db225901f35f600b375a74e87 100644 (file)
@@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
 
 class UnsupportedMediaTypeException extends HTTPException
 {
-       protected $code  = 415;
-       var $httpdesc    = 'Unsupported Media Type';
-       var $explanation = 'The request entity has a media type which the server or resource does not support. For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format.';
+       protected $code        = 415;
+       protected $httpdesc    = 'Unsupported Media Type';
+       protected $explanation = 'The request entity has a media type which the server or resource does not support. For example, the client uploads an image as image/svg+xml, but the server requires that images use a different format.';
 }