Skip to content

Commit

Permalink
fix: easy coding standard fix for sprintf in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
7underlines committed Sep 10, 2024
1 parent ff85eed commit 5edad49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function update(Connection $connection): void
);

$cmsPageId = $this->createCmsPage($blogTranslations, $versionId, $createdAt);
$updateSql .= sprintf(
$updateSql .= \sprintf(
self::TEMPLATE,
Uuid::fromBytesToHex($cmsPageId),
Uuid::fromBytesToHex($versionId),
Expand Down

0 comments on commit 5edad49

Please sign in to comment.