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