Skip to content

Commit 695ec86

Browse files
chore(deps-dev): bump the development-dependencies group with 2 updates (#3846)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49f92e3 commit 695ec86

File tree

3 files changed

+93
-87
lines changed

3 files changed

+93
-87
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)