]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/LenghtRequiredException.php
Merge pull request #7095 from annando/ap-connect
[friendica.git] / src / Network / HTTPException / LenghtRequiredException.php
index dd952b06461b37b552a94e43e1db4e5ce737ecd8..071cac73d08bc7c5f9d3e654c2a374d6f61735c6 100644 (file)
@@ -1,10 +1,10 @@
-<?php\r
-\r
-namespace Friendica\Network\HTTPException;\r
-\r
-use Friendica\Network\HTTPException;\r
-\r
-class LenghtRequiredException extends HTTPException\r
-{\r
-       var $httpcode = 411;\r
-}\r
+<?php
+
+namespace Friendica\Network\HTTPException;
+
+use Friendica\Network\HTTPException;
+
+class LenghtRequiredException extends HTTPException
+{
+       protected $code = 411;
+}