Passed
Push — master ( 9301b1...6accfb )
by Luiz Kim
21:10 queued 19:12
created
src/Repository/TaskRepository.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 TaskRepository extends ServiceEntityRepository
16 16
 {
17
-  public function __construct(ManagerRegistry $registry)
18
-  {
17
+    public function __construct(ManagerRegistry $registry)
18
+    {
19 19
     parent::__construct($registry, Task::class);
20
-  }
20
+    }
21 21
 }
Please login to merge, or discard this patch.