]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/GoneException.php
Merge pull request #10956 from annando/escapetags
[friendica.git] / src / Network / HTTPException / GoneException.php
index 73eedcb671fb7b4fff7e0ca747f2ae22b04910b7..400bbc23e4f64f0f4753eb37952ef92bda15275a 100644 (file)
@@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
 
 class GoneException extends HTTPException
 {
-       protected $code  = 410;
-       var $httpdesc    = 'Gone';
-       var $explanation = 'Indicates that the resource requested is no longer available and will not be available again.';
+       protected $code        = 410;
+       protected $httpdesc    = 'Gone';
+       protected $explanation = 'Indicates that the resource requested is no longer available and will not be available again.';
 }