We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec77bad commit d789ab0Copy full SHA for d789ab0
src/WebServCo/JSONAPI/Service/Handler/JSONAPIItemHandler.php
@@ -23,7 +23,7 @@
23
*/
24
final class JSONAPIItemHandler extends AbstractForm implements JSONAPIHandlerInterface
25
{
26
- private const VALID_REQUEST_METHODS = [
+ private const array VALID_REQUEST_METHODS = [
27
RequestMethodInterface::METHOD_DELETE,
28
RequestMethodInterface::METHOD_GET,
29
RequestMethodInterface::METHOD_POST,
0 commit comments