diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-07-03 22:46:40 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-07-03 22:46:40 +0100 |
| commit | eac9bb5096b72b09b53215442f878192add908b3 (patch) | |
| tree | 5b179a0540dc1f3c4f06b6fdf3c7d2d264fdb863 /app | |
| parent | 52db37380bd9c5bde7b3e158811d72d39ae54d2f (diff) | |
| download | webtrees-eac9bb5096b72b09b53215442f878192add908b3.tar.gz webtrees-eac9bb5096b72b09b53215442f878192add908b3.tar.bz2 webtrees-eac9bb5096b72b09b53215442f878192add908b3.zip | |
Working on media list
Diffstat (limited to 'app')
| -rw-r--r-- | app/Functions/FunctionsEdit.php | 2 |
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) { |
