]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NotImplementedException.php
Add missing non-empty data condition to Protocol\PortableContact
[friendica.git] / src / Network / HTTPException / NotImplementedException.php
index 74bc8adf566aafdc102c11ac487010acfaee13b3..c0dc21c15860404a02e9cbdfbd724cbf6578b122 100644 (file)
@@ -1,10 +1,10 @@
-<?php\r
-\r
-namespace Friendica\Network\HTTPException;\r
-\r
-use Friendica\Network\HTTPException;\r
-\r
-class NotImplementedException extends HTTPException\r
-{\r
-       var $httpcode = 501;\r
-}\r
+<?php
+
+namespace Friendica\Network\HTTPException;
+
+use Friendica\Network\HTTPException;
+
+class NotImplementedException extends HTTPException
+{
+       var $httpcode = 501;
+}