Skip to content

Commit 6c2afb2

Browse files
authored
Merge pull request #58 from offline-agency/analysis-djbpZg
Apply fixes from StyleCI
2 parents 776c157 + e9debe2 commit 6c2afb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LaravelFattureInCloudV2.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ private function setCompanyId()
5555
private function setHeader()
5656
{
5757
$this->header = Http::withHeaders([
58-
'Accept' => 'application/json',
58+
'Accept' => 'application/json',
5959
'Authorization' => 'Bearer '.$this->getBearer(),
6060
]);
6161
}

tests/Fake/IssuedDocument/Document.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public function getIssuedDocumentFakeDetail(
5353
'is_marked' => $this->value($params, 'is_marked', false),
5454
'created_at' => $this->value($params, 'created_at', date('Y-m-d H:i:s')),
5555
'updated_at' => $this->value($params, 'updated_at', date('Y-m-d H:i:s')),
56-
'entity' => (new Entity())->getEntityFake($params),
56+
'entity' => (new Entity())->getEntityFake($params),
5757
'date' => $this->value($params, 'date', date('Y-m-d')),
5858
'number' => $this->value($params, 'number', 1),
5959
'currency' => (new Currency())->getCurrencyFake($params),

0 commit comments

Comments
 (0)