Completed
Pull Request — master (#3)
by thomas
17:25 queued 15:04
created
src/Notification/SetDifficultyNotification.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,6 +34,6 @@
 block discarded – undo
34 34
      */
35 35
     public function toRequest()
36 36
     {
37
-        return new Request(null, MiningClient::SET_DIFFICULTY, [$this->difficulty]);
37
+        return new Request(null, MiningClient::SET_DIFFICULTY, [ $this->difficulty ]);
38 38
     }
39 39
 }
Please login to merge, or discard this patch.
src/Exceptions/ApiError.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,6 +48,6 @@
 block discarded – undo
48 48
         return json_encode([
49 49
             'id' => $this->id,
50 50
             'result' => $this->result
51
-        ]) . "\n";
51
+        ])."\n";
52 52
     }
53 53
 }
Please login to merge, or discard this patch.