Passed
Pull Request — master (#413)
by
unknown
03:44
created
src/Picqer/Financials/Exact/Persistance/Downloadable.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
         ];
33 33
 
34 34
         $res = $client->get($this->getDownloadUrl(), [
35
-          'headers' => $headers,
35
+            'headers' => $headers,
36 36
         ]);
37 37
 
38 38
         return $res->getBody();
Please login to merge, or discard this patch.
src/Picqer/Financials/Exact/DocumentType.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
     use Query\Findable;
23 23
 
24 24
     protected $fillable = [
25
-      'ID',
25
+        'ID',
26 26
         'Created',
27 27
         'Description',
28 28
         'DocumentIsCreatable',
Please login to merge, or discard this patch.
src/Picqer/Financials/Exact/MailBox.php 1 patch
Indentation   +17 added lines, -17 removed lines patch added patch discarded remove patch
@@ -32,23 +32,23 @@
 block discarded – undo
32 32
     use Persistance\Storable;
33 33
 
34 34
     protected $fillable = [
35
-      'ID',
36
-      'Account',
37
-      'AccountName',
38
-      'Created',
39
-      'Creator',
40
-      'CreatorFullName',
41
-      'Description',
42
-      'ForDivision',
43
-      'ForDivisionDescription',
44
-      'Mailbox',
45
-      'Modified',
46
-      'Modifier',
47
-      'ModifierFullName',
48
-      'Publish',
49
-      'Type',
50
-      'ValidFrom',
51
-      'ValidTo'
35
+        'ID',
36
+        'Account',
37
+        'AccountName',
38
+        'Created',
39
+        'Creator',
40
+        'CreatorFullName',
41
+        'Description',
42
+        'ForDivision',
43
+        'ForDivisionDescription',
44
+        'Mailbox',
45
+        'Modified',
46
+        'Modifier',
47
+        'ModifierFullName',
48
+        'Publish',
49
+        'Type',
50
+        'ValidFrom',
51
+        'ValidTo'
52 52
     ];
53 53
 
54 54
     protected $url = 'mailbox/Mailboxes';
Please login to merge, or discard this patch.