]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NotModifiedException.php
spelling: one
[friendica.git] / src / Network / HTTPException / NotModifiedException.php
index 431b2096a3c8dd58018f9dd6b4fd29e9b334903e..a0f46c9833e632e367a3f566eabe6d0503a0819e 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -25,6 +25,6 @@ use Friendica\Network\HTTPException;
 
 class NotModifiedException extends HTTPException
 {
-       protected $code = 304;
-       var $httpdesc   = 'Not Modified';
+       protected $code     = 304;
+       protected $httpdesc = 'Not Modified';
 }