Completed
Push — master ( 8e2e97...8fb2e6 )
by Shcherbak
01:59
created
src/CommandCron/CronTasksFinder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
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
       }
Please login to merge, or discard this patch.