Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 46f29bb

Browse files
author
Holger Lösken
committed
Merge branch 'master' of github.com:codedge/laravel-fpdf
* 'master' of github.com:codedge/laravel-fpdf: Apply fixes from StyleCI (#42)
2 parents a4c6f0b + 53a25d5 commit 46f29bb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/FpdfTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace Codedge\Fpdf\Test;
46

tests/TestCase.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types=1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
namespace Codedge\Fpdf\Test;
46

0 commit comments

Comments
 (0)