]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/AcceptedException.php
Fix image grid in shared Friendica posts
[friendica.git] / src / Network / HTTPException / AcceptedException.php
index e7a8e5a3e0097f69760503656b8e49cddc16dcee..97fec4726c573341fd3d79a5012f6a8a1ea02061 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,6 +25,6 @@ use Friendica\Network\HTTPException;
 
 class AcceptedException extends HTTPException
 {
-       protected $code = 202;
-       var $httpdesc   = 'Accepted';
+       protected $code     = 202;
+       protected $httpdesc = 'Accepted';
 }