]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NotFoundException.php
Merge pull request #10956 from annando/escapetags
[friendica.git] / src / Network / HTTPException / NotFoundException.php
index 9acc32031dbd69a3a653951fdb057252ed88780b..33731bd1c10f8af872eb674517d403ef2fd8cecf 100644 (file)
@@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
 
 class NotFoundException extends HTTPException
 {
-       protected $code  = 404;
-       var $httpdesc    = 'Not Found';
-       var $explanation = 'The requested resource could not be found but may be available in the future.';
+       protected $code        = 404;
+       protected $httpdesc    = 'Not Found';
+       protected $explanation = 'The requested resource could not be found but may be available in the future.';
 }