]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/BadRequestException.php
Changed scope
[friendica.git] / src / Network / HTTPException / BadRequestException.php
index c2fe816afc907dca900ba1402e3609892d9ac224..fef39c1c16add5051f135f2e2ac1d005dc50c35d 100644 (file)
@@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
 
 class BadRequestException extends HTTPException
 {
-       protected $code  = 400;
-       var $httpdesc    = 'Bad Request';
-       var $explanation = 'The server cannot or will not process the request due to an apparent client error.';
+       protected $code        = 400;
+       protected $httpdesc    = 'Bad Request';
+       protected $explanation = 'The server cannot or will not process the request due to an apparent client error.';
 }