We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 213841f commit 3533e45Copy full SHA for 3533e45
.github/workflows/ci.yaml
@@ -26,6 +26,12 @@ jobs:
26
with:
27
php_version: ${{ matrix.php-version }}
28
29
+ - uses: php-actions/composer@v6
30
+ with:
31
+ php_version: ${{ matrix.php-version }}
32
+ command: 'require'
33
+ args: 'horstoeko/zugferd tecnickcom/tcpdf'
34
+
35
- name: Run PHPUnit tests
36
run: vendor/bin/phpunit
37
src/Model/Merger/ZugferdFpdf.php
@@ -22,6 +22,7 @@
22
use horstoeko\zugferd\ZugferdPdfWriter;
23
use Vianetz\Pdf\Model\Config;
24
25
+/** @property ZugferdPdfWriter $fpdiModel */
final class ZugferdFpdf extends Fpdf
{
public function __construct(?Config $config = null)
0 commit comments