Skip to content

Commit

Permalink
Delete the readonly attribute of SimplePrinter classe (#7)
Browse files Browse the repository at this point in the history
* Change php required version to Php 8.1

* Readonly classes are only allowed since Php 8.2

---------

Co-authored-by: gabriel.rouge_market <[email protected]>
  • Loading branch information
KoloboIsMe and gabriel.rouge_market authored Jun 21, 2024
1 parent 3c30ed0 commit fd2d83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Printer/SimplePrinter.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use PHPUnit\TextUI\Output\Printer;

final readonly class SimplePrinter
final class SimplePrinter
{
public function __construct(
private Printer $phpunitPrinter
Expand Down

0 comments on commit fd2d83d

Please sign in to comment.