diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-03-04 21:11:12 -0500 |
commit | a7f3e3bec50762f2083f70672a0ba3db533fc8bb (patch) | |
tree | c8e9961cb610042acf32e88096abc5fcb3eac4dd /app/functions.php | |
parent | 38082096909424c23032224365c90aa5189eb6f0 (diff) |
PHPdoc cleanup
Diffstat (limited to 'app/functions.php')
-rw-r--r-- | app/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/functions.php b/app/functions.php index b9b30834..0c611f95 100644 --- a/app/functions.php +++ b/app/functions.php @@ -25,6 +25,7 @@ function e() /** * Translate a number * + * @param mixed $value * @return string */ function n($value) |