Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/EchoIt/JsonApi/Handler.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ abstract class Handler
const ERROR_HTTP_METHOD_NOT_ALLOWED = 16;
const ERROR_ID_PROVIDED_NOT_ALLOWED = 32;
const ERROR_MISSING_DATA = 64;
const ERROR_RESERVED_7 = 128;
const ERROR_UNKNOWN = 128;
const ERROR_RESERVED_8 = 256;
const ERROR_RESERVED_9 = 512;

Expand Down