Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e57d177

Browse filesBrowse files
Add extra space to recurring message as string
Co-authored-by: Nicolas Grekas <nicolas.grekas@gmail.com>
1 parent b2e21f9 commit e57d177
Copy full SHA for e57d177

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎src/Symfony/Component/Scheduler/RecurringMessage.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Scheduler/RecurringMessage.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static function trigger(TriggerInterface $trigger, object $message): self
7878
$description = $message::class;
7979
if ($message instanceof \Stringable) {
8080
try {
81-
$description .= "($message)";
81+
$description .= " ($message)";
8282
} catch (\Exception) {
8383
}
8484
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.