Skip to content

Commit

Permalink
[ci-review] Rector Rectify
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 18, 2022
1 parent df1bdaf commit bbcca82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/Php80/ValueObject/NestedAnnotationToAttribute.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class NestedAnnotationToAttribute implements AnnotationToAttributeInterfac
public function __construct(
private readonly string $tag,
private readonly array $annotationPropertiesToAttributeClasses,
private bool $removeOriginal = false
private readonly bool $removeOriginal = false
) {
RectorAssert::className($tag);
}
Expand Down

0 comments on commit bbcca82

Please sign in to comment.