Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed May 23, 2024
1 parent 776c157 commit e9debe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/LaravelFattureInCloudV2.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ private function setCompanyId()
private function setHeader()
{
$this->header = Http::withHeaders([
'Accept' => 'application/json',
'Accept' => 'application/json',
'Authorization' => 'Bearer '.$this->getBearer(),
]);
}
Expand Down
2 changes: 1 addition & 1 deletion tests/Fake/IssuedDocument/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function getIssuedDocumentFakeDetail(
'is_marked' => $this->value($params, 'is_marked', false),
'created_at' => $this->value($params, 'created_at', date('Y-m-d H:i:s')),
'updated_at' => $this->value($params, 'updated_at', date('Y-m-d H:i:s')),
'entity' => (new Entity())->getEntityFake($params),
'entity' => (new Entity())->getEntityFake($params),
'date' => $this->value($params, 'date', date('Y-m-d')),
'number' => $this->value($params, 'number', 1),
'currency' => (new Currency())->getCurrencyFake($params),
Expand Down

0 comments on commit e9debe2

Please sign in to comment.