Skip to content

Commit

Permalink
the enum is enough
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Nov 17, 2019
1 parent 1df69f0 commit 78bc5d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Internal/Input.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ private function __construct($data, int $error)
'additionalProperties' => false,
'properties' => (object)[
'jsonrpc' => (object)[
'type' => 'string',
'enum' => ['2.0']
],
'method' => (object)[
Expand Down

0 comments on commit 78bc5d5

Please sign in to comment.