Skip to content

Commit 70b45fc

Browse files
committed
fix formatting
1 parent 674dd91 commit 70b45fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/Assets/ArrayToTextTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
use function Safe\mb_internal_encoding;
2828
use function Safe\preg_match_all;
2929

30-
class ArrayToTextTable
30+
class ArrayToTextTable implements \Stringable
3131
{
3232
public const ALIGNLEFT = STR_PAD_RIGHT;
3333
public const ALIGNCENTER = STR_PAD_BOTH;

app/DTO/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
use App\Exceptions\Internal\LycheeInvalidArgumentException;
1212

13-
class Version
13+
class Version implements \Stringable
1414
{
1515
public function __construct(
1616
public int $major,

0 commit comments

Comments
 (0)