@@ -1,8 +1,8 @@ discard block |
||
| 1 | -<?php declare(strict_types = 1); |
|
| 1 | +<?php declare(strict_types=1); |
|
| 2 | 2 | |
| 3 | 3 | namespace RattfieldNz\SafeUrls\Libraries\Curl; |
| 4 | 4 | |
| 5 | -use Orchestra\Testbench\TestCase;; |
|
| 5 | +use Orchestra\Testbench\TestCase; ; |
|
| 6 | 6 | |
| 7 | 7 | class CurlTest extends TestCase |
| 8 | 8 | { |
@@ -24,8 +24,8 @@ discard block |
||
| 24 | 24 | protected function setUp(): void |
| 25 | 25 | { |
| 26 | 26 | $this->postUrl = ''; |
| 27 | - $this->headers = []; |
|
| 28 | - $this->payload = []; |
|
| 27 | + $this->headers = [ ]; |
|
| 28 | + $this->payload = [ ]; |
|
| 29 | 29 | $this->timeout = 10; |
| 30 | 30 | $this->curl = new Curl( |
| 31 | 31 | $this->postUrl, |
@@ -1,8 +1,8 @@ |
||
| 1 | -<?php declare(strict_types = 1); |
|
| 1 | +<?php declare(strict_types=1); |
|
| 2 | 2 | |
| 3 | 3 | namespace RattfieldNz\SafeUrls\Libraries\Data; |
| 4 | 4 | |
| 5 | -use Orchestra\Testbench\TestCase;; |
|
| 5 | +use Orchestra\Testbench\TestCase; ; |
|
| 6 | 6 | |
| 7 | 7 | class DataTest extends TestCase |
| 8 | 8 | { |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types = 1); |
|
| 1 | +<?php declare(strict_types=1); |
|
| 2 | 2 | |
| 3 | 3 | namespace RattfieldNz\SafeUrls\Libraries\Config; |
| 4 | 4 | |
@@ -1,4 +1,4 @@ |
||
| 1 | -<?php declare(strict_types = 1); |
|
| 1 | +<?php declare(strict_types=1); |
|
| 2 | 2 | |
| 3 | 3 | namespace RattfieldNz\SafeUrls; |
| 4 | 4 | |