diff options
| author | Greg Roach <fisharebest@gmail.com> | 2019-01-10 13:12:35 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-10 13:12:35 +0000 |
| commit | a9199cb2cd27f109703948280016851f6bf2e5e5 (patch) | |
| tree | 743699f6d9f1234f682c325dd441716f4f6d0312 /app/Family.php | |
| parent | c156e8f563be94a0ce9cac0af05ca20d19b86053 (diff) | |
| download | webtrees-a9199cb2cd27f109703948280016851f6bf2e5e5.tar.gz webtrees-a9199cb2cd27f109703948280016851f6bf2e5e5.tar.bz2 webtrees-a9199cb2cd27f109703948280016851f6bf2e5e5.zip | |
Apply fixes from StyleCI (#2113)
Diffstat (limited to 'app/Family.php')
| -rw-r--r-- | app/Family.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/Family.php b/app/Family.php index c559a2deb7..72cd5a7d11 100644 --- a/app/Family.php +++ b/app/Family.php @@ -83,8 +83,7 @@ class Family extends GedcomRecord */ public static function marriageDateComparator(): Closure { - return function (Family $x, Family $y): int - { + return function (Family $x, Family $y): int { return Date::compare($x->getMarriageDate(), $y->getMarriageDate()); }; } |
