Skip to content

Commit

Permalink
fix: Remove readonly to support php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Wentz committed Mar 1, 2024
1 parent e7ad49b commit 0c3d142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CodeQualityReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// phpcs:disable SlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingNativeTypeHint
// phpcs:disable Squiz.Commenting.FunctionComment.MissingParamName

final readonly class CodeQualityReport implements Report
final class CodeQualityReport implements Report
{
/**
* @param array{
Expand Down

0 comments on commit 0c3d142

Please sign in to comment.