summaryrefslogtreecommitdiff
path: root/app/Fact.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2019-02-24 22:24:57 +0000
committerGitHub <noreply@github.com>2019-02-24 22:24:57 +0000
commit8eda53379b26435fc79747d691fc88c2b9ba912f (patch)
tree1882db2546605ff993eb799db4d87c70a09a608c /app/Fact.php
parent164646880e114f5d3eb2b4941ee541814a02919c (diff)
downloadwebtrees-8eda53379b26435fc79747d691fc88c2b9ba912f.tar.gz
webtrees-8eda53379b26435fc79747d691fc88c2b9ba912f.tar.bz2
webtrees-8eda53379b26435fc79747d691fc88c2b9ba912f.zip
Apply fixes from StyleCI (#2269)
Diffstat (limited to 'app/Fact.php')
-rw-r--r--app/Fact.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Fact.php b/app/Fact.php
index 5ab1e75a90..6068df6cf7 100644
--- a/app/Fact.php
+++ b/app/Fact.php
@@ -607,7 +607,6 @@ class Fact
// One or both events have no date - retain the initial order
return $a->sortOrder <=> $b->sortOrder;
-
};
}