]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/NonAcceptableException.php
Line endings are converted to unix style
[friendica.git] / src / Network / HTTPException / NonAcceptableException.php
index 8705a13e0ce258485a572ce711e3f5ed9329a633..356bc0c545a157ab50d36ca624c9d02d31f1c335 100644 (file)
@@ -1,10 +1,10 @@
-<?php\r
-\r
-namespace Friendica\Network\HTTPException;\r
-\r
-use Friendica\Network\HTTPException;\r
-\r
-class NonAcceptableException extends HTTPException\r
-{\r
-       var $httpcode = 406;\r
-}\r
+<?php
+
+namespace Friendica\Network\HTTPException;
+
+use Friendica\Network\HTTPException;
+
+class NonAcceptableException extends HTTPException
+{
+       var $httpcode = 406;
+}