Skip to content

Commit

Permalink
8.2 & 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
segy committed Apr 23, 2024
1 parent ebd66eb commit 9b02130
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php-version: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
- name: Checkout
Expand Down
7 changes: 2 additions & 5 deletions src/Pohoda/Document.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
use Riesenia\Pohoda\Common\AddParameterToHeaderTrait;
use Riesenia\Pohoda\Common\OptionsResolver;
use Riesenia\Pohoda\Document\Part;
use Riesenia\Pohoda\Offer\Header;
use Riesenia\Pohoda\Offer\Item;
use Riesenia\Pohoda\Offer\Summary;

abstract class Document extends Agenda
{
Expand All @@ -35,7 +32,7 @@ public function __construct(array $data, string $ico, bool $resolveOptions = tru
}

/**
* Add offer item.
* Add document item.
*
* @param array<string,mixed> $data
*
Expand All @@ -55,7 +52,7 @@ public function addItem(array $data): self
}

/**
* Add offer summary.
* Add document summary.
*
* @param array<string,mixed> $data
*
Expand Down

0 comments on commit 9b02130

Please sign in to comment.