Passed
Pull Request — master (#265)
by
unknown
02:25
created
src/Picqer/Financials/Exact/InvoiceTerm.php 1 patch
Indentation   +22 added lines, -22 removed lines patch added patch discarded remove patch
@@ -37,28 +37,28 @@
 block discarded – undo
37 37
 
38 38
     protected $fillable = [
39 39
         'ID',
40
-		'Amount',
41
-		'Created',
42
-		'Creator',
43
-		'CreatorFullName',
44
-		'Deliverable',
45
-		'Description',
46
-		'Division',
47
-		'ExecutionFromDate',
48
-		'ExecutionToDate',
49
-		'InvoiceDate',
50
-		'Item',
51
-		'ItemDescription',
52
-		'Modified',
53
-		'Modifier',
54
-		'ModifierFullName',
55
-		'Notes',
56
-		'Percentage',
57
-		'Project',
58
-		'ProjectDescription',
59
-		'VATCode',
60
-		'VATCodeDescription',
61
-		'VATPercentage'
40
+        'Amount',
41
+        'Created',
42
+        'Creator',
43
+        'CreatorFullName',
44
+        'Deliverable',
45
+        'Description',
46
+        'Division',
47
+        'ExecutionFromDate',
48
+        'ExecutionToDate',
49
+        'InvoiceDate',
50
+        'Item',
51
+        'ItemDescription',
52
+        'Modified',
53
+        'Modifier',
54
+        'ModifierFullName',
55
+        'Notes',
56
+        'Percentage',
57
+        'Project',
58
+        'ProjectDescription',
59
+        'VATCode',
60
+        'VATCodeDescription',
61
+        'VATPercentage'
62 62
     ];
63 63
 
64 64
     protected $url = 'project/InvoiceTerms';
Please login to merge, or discard this patch.