Passed
Pull Request — master (#2248)
by Rico
06:10
created
app/Statistics/Repository/FamilyRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -726,7 +726,7 @@
 block discarded – undo
726 726
                     ->on('d_gid', '=', 'l_to')
727 727
                     ->on('d_file', '=', 'l_file');
728 728
             })
729
-            ->joinSub($first_child_subquery, 'subquery', function(JoinClause $join): void {
729
+            ->joinSub($first_child_subquery, 'subquery', function (JoinClause $join): void {
730 730
                 $join
731 731
                     ->on('family_id', '=', 'l_from')
732 732
                     ->on('min_birth_jd', '=', 'd_julianday1');
Please login to merge, or discard this patch.
app/Statistics/Repository/PlaceRepository.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
      */
50 50
     public function __construct(Tree $tree)
51 51
     {
52
-        $this->tree          = $tree;
52
+        $this->tree = $tree;
53 53
         $this->country_service = new CountryService();
54 54
     }
55 55
 
Please login to merge, or discard this patch.