Completed
Branch master (069903)
by Sergey
03:04
created
Category
src/Validator/JsonSchemaValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
      */
86 86
     public function jsonToObject(string $json): stdClass
87 87
     {
88
-        $res =  json_decode($json);
88
+        $res = json_decode($json);
89 89
 
90 90
         // Если не смогли преобразовать в объект значит это не json rpc запрос
91 91
         if (is_array($res)) {
Please login to merge, or discard this patch.