@@ -5,7 +5,7 @@ discard block |
||
| 5 | 5 | * @author Austin Heap <[email protected]> |
| 6 | 6 | * @version v0.1.6 |
| 7 | 7 | */ |
| 8 | -declare(strict_types=1); |
|
| 8 | +declare(strict_types = 1); |
|
| 9 | 9 | |
| 10 | 10 | namespace AustinHeap\Database\InfluxDb\Jobs; |
| 11 | 11 | |
@@ -35,7 +35,7 @@ discard block |
||
| 35 | 35 | * |
| 36 | 36 | * @param array $args |
| 37 | 37 | */ |
| 38 | - public function __construct(array $args = []) |
|
| 38 | + public function __construct(array $args = [ ]) |
|
| 39 | 39 | { |
| 40 | 40 | if (count($args)) { |
| 41 | 41 | $this->args = $args; |