@@ -24,7 +24,7 @@ |
||
| 24 | 24 | { |
| 25 | 25 | $keys = array_intersect_key($parameters, array_flip($this->requiredFields)); |
| 26 | 26 | |
| 27 | - if (count($this->requiredFields) != count($keys)) { |
|
| 27 | + if (count($this->requiredFields) != count($keys)) { |
|
| 28 | 28 | throw new JsonRpcInvalidParamsException(); |
| 29 | 29 | } |
| 30 | 30 | |