Skip to content

Commit d789ab0

Browse files
committed
Array
1 parent ec77bad commit d789ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebServCo/JSONAPI/Service/Handler/JSONAPIItemHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
final class JSONAPIItemHandler extends AbstractForm implements JSONAPIHandlerInterface
2525
{
26-
private const VALID_REQUEST_METHODS = [
26+
private const array VALID_REQUEST_METHODS = [
2727
RequestMethodInterface::METHOD_DELETE,
2828
RequestMethodInterface::METHOD_GET,
2929
RequestMethodInterface::METHOD_POST,

0 commit comments

Comments
 (0)