Skip to content

Commit a44678a

Browse files
committed
[ci-review] Rector Rectify
1 parent 3ba8cb9 commit a44678a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ChangesReporting/Output/GitHubOutputFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private function sanitizeAnnotationProperties(array $annotationProperties): stri
131131
);
132132

133133
$sanitizedProperties = array_map(
134-
fn (string $key, $value): string => sprintf('%s=%s', $key, $this->sanitizeAnnotationProperty($value)),
134+
fn (string $key, string|int|null $value): string => sprintf('%s=%s', $key, $this->sanitizeAnnotationProperty($value)),
135135
array_keys($nonNullProperties),
136136
$nonNullProperties
137137
);

0 commit comments

Comments
 (0)