Skip to content

Commit 0c3d142

Browse files
author
Stephan Wentz
committed
fix: Remove readonly to support php 8.1
1 parent e7ad49b commit 0c3d142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeQualityReport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
// phpcs:disable SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
1616
// phpcs:disable Squiz.Commenting.FunctionComment.MissingParamName
1717

18-
final readonly class CodeQualityReport implements Report
18+
final class CodeQualityReport implements Report
1919
{
2020
/**
2121
* @param array{

0 commit comments

Comments
 (0)