@@ -20,7 +20,7 @@ |
||
| 20 | 20 | public function getCronTasks(Application $application, callable $annotationFinder = null) { |
| 21 | 21 | |
| 22 | 22 | if ($annotationFinder === null) { |
| 23 | - $annotationFinder = function (Reader $reader) { |
|
| 23 | + $annotationFinder = function(Reader $reader) { |
|
| 24 | 24 | return $reader->getParameter('crontab'); |
| 25 | 25 | }; |
| 26 | 26 | } |