mirror of
https://github.com/antonkomarev/github-profile-views-counter.git
synced 2026-07-30 17:16:17 -04:00
Fix typo
This commit is contained in:
@@ -51,9 +51,9 @@ final class ErrorImageRendererService
|
||||
|
||||
$errorImage = str_replace('%MESSAGE%', $message, $errorImage);
|
||||
$errorImage = str_replace('%IMAGE_WIDTH%', $imageWidth, $errorImage);
|
||||
$errorImage = str_replace('%COUNTER_BACKGROUND_WIDTH%', $counterBackgroundWidth, $errorImage);
|
||||
$errorImage = str_replace('%COUNTER_TEXT_LENGTH%', $counterTextLength, $errorImage);
|
||||
$errorImage = str_replace('%COUNTER_TEXT_MARGIN_LEFT%', $counterTextMarginLeft, $errorImage);
|
||||
$errorImage = str_replace('%MESSAGE_BACKGROUND_WIDTH%', $counterBackgroundWidth, $errorImage);
|
||||
$errorImage = str_replace('%MESSAGE_TEXT_LENGTH%', $counterTextLength, $errorImage);
|
||||
$errorImage = str_replace('%MESSAGE_TEXT_MARGIN_LEFT%', $counterTextMarginLeft, $errorImage);
|
||||
|
||||
return $errorImage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user