]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NoContentException.php
spelling: one
[friendica.git] / src / Network / HTTPException / NoContentException.php
index 896261be7c99a39725e498f8467de338287ec5ff..e251d6d10859b86e064ca1666d0211c5d8beabb5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,5 +25,6 @@ use Friendica\Network\HTTPException;
 
 class NoContentException extends HTTPException
 {
-       protected $code = 204;
+       protected $code     = 204;
+       protected $httpdesc = 'No Content';
 }