Completed
Push — master ( f743de...f8a04a )
by Daniel
03:18
created
Rpc/Request/JsonRpcRequestFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.