Skip to content

Commit fd2d83d

Browse files
KoloboIsMegabriel.rouge_market
andauthored
Delete the readonly attribute of SimplePrinter classe (#7)
* Change php required version to Php 8.1 * Readonly classes are only allowed since Php 8.2 --------- Co-authored-by: gabriel.rouge_market <gabriel.rouge@market.invaders.com>
1 parent 3c30ed0 commit fd2d83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Printer/SimplePrinter.php

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

77
use PHPUnit\TextUI\Output\Printer;
88

9-
final readonly class SimplePrinter
9+
final class SimplePrinter
1010
{
1111
public function __construct(
1212
private Printer $phpunitPrinter

0 commit comments

Comments
 (0)