Skip to content

Commit 3533e45

Browse files
committed
added suggest packages to github ci for static analysis
Signed-off-by: Christoph Massmann <[email protected]>
1 parent 213841f commit 3533e45

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
with:
2727
php_version: ${{ matrix.php-version }}
2828

29+
- uses: php-actions/composer@v6
30+
with:
31+
php_version: ${{ matrix.php-version }}
32+
command: 'require'
33+
args: 'horstoeko/zugferd tecnickcom/tcpdf'
34+
2935
- name: Run PHPUnit tests
3036
run: vendor/bin/phpunit
3137

src/Model/Merger/ZugferdFpdf.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
use horstoeko\zugferd\ZugferdPdfWriter;
2323
use Vianetz\Pdf\Model\Config;
2424

25+
/** @property ZugferdPdfWriter $fpdiModel */
2526
final class ZugferdFpdf extends Fpdf
2627
{
2728
public function __construct(?Config $config = null)

0 commit comments

Comments
 (0)