File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class InvalidConfigurationException extends Exception implements HttpExceptionIn
16
16
const MESSAGE = 'Failed to find Signed Requests configuration key ' ;
17
17
18
18
/**
19
- * Provides a default error message for an invalid signature .
19
+ * Provides a default error message for an invalid configuration .
20
20
*
21
21
* @param string $message
22
22
* A customizable error message.
@@ -27,10 +27,10 @@ public function __construct(string $message = self::MESSAGE)
27
27
}
28
28
29
29
/**
30
- * Returns an HTTP BAD REQUEST status code.
30
+ * Returns an HTTP UNPROCESSABLE ENTITY status code.
31
31
*
32
32
* @return int
33
- * An HTTP BAD REQUEST response status code
33
+ * An HTTP UNPROCESSABLE ENTITY response status code
34
34
*/
35
35
public function getStatusCode ()
36
36
{
You can’t perform that action at this time.
0 commit comments