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 49f92e3 commit 695ec86Copy full SHA for 695ec86
app/Assets/ArrayToTextTable.php
@@ -27,7 +27,7 @@
27
use function Safe\mb_internal_encoding;
28
use function Safe\preg_match_all;
29
30
-class ArrayToTextTable
+class ArrayToTextTable implements \Stringable
31
{
32
public const ALIGNLEFT = STR_PAD_RIGHT;
33
public const ALIGNCENTER = STR_PAD_BOTH;
app/DTO/Version.php
@@ -10,7 +10,7 @@
10
11
use App\Exceptions\Internal\LycheeInvalidArgumentException;
12
13
-class Version
+class Version implements \Stringable
14
15
public function __construct(
16
public int $major,
0 commit comments