Browse Source

Update src/Http/Response.php

othercorey 6 years ago
parent
commit
4046a77646
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/Http/Response.php

+ 2 - 2
src/Http/Response.php

@@ -46,9 +46,9 @@ class Response implements ResponseInterface
 {
     use MessageTrait;
 
-    public const MIN_STATUS_CODE_VALUE = 100;
+    const MIN_STATUS_CODE_VALUE = 100;
 
-    public const MAX_STATUS_CODE_VALUE = 599;
+    const MAX_STATUS_CODE_VALUE = 599;
 
     /**
      * Allowed HTTP status codes and their default description.