]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/OKException.php
Test: Disable magiclink in posts
[friendica.git] / src / Network / HTTPException / OKException.php
index e4b409ce0f1dd0c26c0c54e045ef993dee3e02eb..e6d65532c5272343b7a9583a609b8dd378c935d9 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 OKException extends HTTPException
 {
-       protected $code = 200;
-       var $httpdesc   = 'OK';
+       protected $code     = 200;
+       protected $httpdesc = 'OK';
 }