From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:07:35 +0000 (-0400) Subject: spelling: length X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fe49ead67427de781c14ba9d66bfbfd4db34ef38;p=friendica.git spelling: length Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Network/HTTPException/LenghtRequiredException.php b/src/Network/HTTPException/LenghtRequiredException.php deleted file mode 100644 index 93a975953b..0000000000 --- a/src/Network/HTTPException/LenghtRequiredException.php +++ /dev/null @@ -1,31 +0,0 @@ -. - * - */ - -namespace Friendica\Network\HTTPException; - -use Friendica\Network\HTTPException; - -class LenghtRequiredException extends HTTPException -{ - protected $code = 411; - protected $httpdesc = 'Length Required'; - protected $explanation = 'The request did not specify the length of its content, which is required by the requested resource.'; -} diff --git a/src/Network/HTTPException/LengthRequiredException.php b/src/Network/HTTPException/LengthRequiredException.php new file mode 100644 index 0000000000..0dd1896939 --- /dev/null +++ b/src/Network/HTTPException/LengthRequiredException.php @@ -0,0 +1,31 @@ +. + * + */ + +namespace Friendica\Network\HTTPException; + +use Friendica\Network\HTTPException; + +class LengthRequiredException extends HTTPException +{ + protected $code = 411; + protected $httpdesc = 'Length Required'; + protected $explanation = 'The request did not specify the length of its content, which is required by the requested resource.'; +}