Passed
Push — master ( e5aff5...b9fd51 )
by Luiz Kim
08:08 queued 06:12
created
src/Repository/TaskInterationRepository.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -14,8 +14,8 @@
 block discarded – undo
14 14
  */
15 15
 class TaskInterationRepository extends ServiceEntityRepository
16 16
 {
17
-  public function __construct(ManagerRegistry $registry)
18
-  {
17
+    public function __construct(ManagerRegistry $registry)
18
+    {
19 19
     parent::__construct($registry, TaskInteration::class);
20
-  }
20
+    }
21 21
 }
Please login to merge, or discard this patch.