@@ -149,7 +149,7 @@ discard block |
||
149 | 149 | { |
150 | 150 | $count = $this->getResque()->retryFailedJobs(); |
151 | 151 | |
152 | - $this->addFlash('info', 'Retry '.$count.' failed jobs.'); |
|
152 | + $this->addFlash('info', 'Retry ' . $count . ' failed jobs.'); |
|
153 | 153 | |
154 | 154 | return $this->redirectToRoute('ResqueBundle_homepage'); |
155 | 155 | } |
@@ -161,7 +161,7 @@ discard block |
||
161 | 161 | { |
162 | 162 | $count = $this->getResque()->clearFailedJobs(); |
163 | 163 | |
164 | - $this->addFlash('info', 'Clear '.$count.' failed jobs.'); |
|
164 | + $this->addFlash('info', 'Clear ' . $count . ' failed jobs.'); |
|
165 | 165 | |
166 | 166 | return $this->redirectToRoute('ResqueBundle_homepage'); |
167 | 167 | } |