Completed
Push — 2.0 ( a11c65...7cb9cd )
by Marco
11:37
created
src/Comodojo/Extender/Schedule/Updater.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -34,14 +34,14 @@
 block discarded – undo
34 34
     use EventsTrait;
35 35
 
36 36
     /**
37
-    * Class constructor
38
-    *
39
-    * @param Configuration $configuration
40
-    * @param LoggerInterface $logger
41
-    * @param TasksTable $tasks
42
-    * @param EventsManager $events
43
-    * @param EntityManager $em
44
-    */
37
+     * Class constructor
38
+     *
39
+     * @param Configuration $configuration
40
+     * @param LoggerInterface $logger
41
+     * @param TasksTable $tasks
42
+     * @param EventsManager $events
43
+     * @param EntityManager $em
44
+     */
45 45
     public function __construct(
46 46
         Configuration $configuration,
47 47
         LoggerInterface $logger,
Please login to merge, or discard this patch.