]> git.mxchange.org Git - friendica.git/blobdiff - src/Network/HTTPException/InternalServerErrorException.php
Changed scope
[friendica.git] / src / Network / HTTPException / InternalServerErrorException.php
index d5df8fdd3a7754fe8e49a30dc4332c46078aaa0c..4638d5c8496923583ac482d383d795ca2f1a4794 100644 (file)
@@ -25,7 +25,7 @@ use Friendica\Network\HTTPException;
 
 class InternalServerErrorException extends HTTPException
 {
-       protected $code  = 500;
-       var $httpdesc    = 'Internal Server Error';
-       var $explanation = 'An unexpected condition was encountered and no more specific message is suitable.';
+       protected $code        = 500;
+       protected $httpdesc    = 'Internal Server Error';
+       protected $explanation = 'An unexpected condition was encountered and no more specific message is suitable.';
 }