summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2017-07-03 22:46:40 +0100
committerGreg Roach <fisharebest@gmail.com>2017-07-03 22:46:40 +0100
commiteac9bb5096b72b09b53215442f878192add908b3 (patch)
tree5b179a0540dc1f3c4f06b6fdf3c7d2d264fdb863 /app
parent52db37380bd9c5bde7b3e158811d72d39ae54d2f (diff)
downloadwebtrees-eac9bb5096b72b09b53215442f878192add908b3.tar.gz
webtrees-eac9bb5096b72b09b53215442f878192add908b3.tar.bz2
webtrees-eac9bb5096b72b09b53215442f878192add908b3.zip
Working on media list
Diffstat (limited to 'app')
-rw-r--r--app/Functions/FunctionsEdit.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Functions/FunctionsEdit.php b/app/Functions/FunctionsEdit.php
index c3cd701b5e..50a87bccef 100644
--- a/app/Functions/FunctionsEdit.php
+++ b/app/Functions/FunctionsEdit.php
@@ -162,6 +162,8 @@ class FunctionsEdit {
/**
* A list of integers (e.g. for an edit control).
*
+ * @param int[] $integers
+ *
* @return string[]
*/
public static function numericOptions($integers) {