summaryrefslogtreecommitdiff
path: root/app/Statistics.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@webtrees.net>2019-03-07 18:49:27 +0000
committerGreg Roach <fisharebest@webtrees.net>2019-03-07 21:37:35 +0000
commite364afe4ae4e316fc4ebd53eccbaff2d29e419a5 (patch)
tree9e269d16bd3714e9943169fc4a31c192b065c36c /app/Statistics.php
parent7d99559cb9c1475576caf7ef2fe79a5aad947d30 (diff)
downloadwebtrees-e364afe4ae4e316fc4ebd53eccbaff2d29e419a5.tar.gz
webtrees-e364afe4ae4e316fc4ebd53eccbaff2d29e419a5.tar.bz2
webtrees-e364afe4ae4e316fc4ebd53eccbaff2d29e419a5.zip
Code style and testing
Diffstat (limited to 'app/Statistics.php')
-rw-r--r--app/Statistics.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Statistics.php b/app/Statistics.php
index 60b4fe04fc..b80a354d50 100644
--- a/app/Statistics.php
+++ b/app/Statistics.php
@@ -2609,7 +2609,7 @@ class Statistics implements
* @param string $block
* @param string ...$params
*
- * @return null|string
+ * @return string|null
*/
public function callBlock(string $block = '', ...$params): ?string
{