Skip to content

Commit c451ff4

Browse files
committed
fix
1 parent f46e2ee commit c451ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AttributeGenerator/ApiPlatformCoreAttributeGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function (?string $type) use ($class) {
118118
}
119119
);
120120
}
121-
$arguments['operations'][] = new Literal(sprintf('new %s(...?:)',
121+
$arguments['operations'][] = new Literal(\sprintf('new %s(...?:)',
122122
$operationMetadataClass,
123123
), [$methodConfig ?? []]);
124124
}

0 commit comments

Comments
 (0)