@@ -26,8 +26,8 @@ |
||
26 | 26 | protected function setUp(): void |
27 | 27 | { |
28 | 28 | $this->postUrl = ''; |
29 | - $this->headers = []; |
|
30 | - $this->payload = []; |
|
29 | + $this->headers = [ ]; |
|
30 | + $this->payload = [ ]; |
|
31 | 31 | $this->timeout = 10; |
32 | 32 | $this->curl = new Curl( |
33 | 33 | $this->postUrl, |