Passed
Push — master ( bc61b3...e75b25 )
by Austin
01:49
created
src/Jobs/Job.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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;
Please login to merge, or discard this patch.