diff options
author | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-10-01 17:05:40 +0200 |
---|---|---|
committer | Gerrit Uitslag <klapinklapin@gmail.com> | 2014-10-01 17:05:40 +0200 |
commit | e3710957c6b7e12293805a15d0624be7c7054092 (patch) | |
tree | b3a7542d4eb9e3b35a1f4c4ef499b6773e75a336 /inc/indexer.php | |
parent | 253d4b48ec708eb42033862dc15c8576f44a48ed (diff) | |
download | rpg-e3710957c6b7e12293805a15d0624be7c7054092.tar.gz rpg-e3710957c6b7e12293805a15d0624be7c7054092.tar.bz2 |
more phpdocs and minor check
Diffstat (limited to 'inc/indexer.php')
-rw-r--r-- | inc/indexer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/indexer.php b/inc/indexer.php index ec0c523e0..014c5c5eb 100644 --- a/inc/indexer.php +++ b/inc/indexer.php @@ -1248,7 +1248,7 @@ class Doku_Indexer { * @author Tom N Harris <tnharris@whoopdedo.org> * * @param string $line - * @param string $id + * @param string|int $id * @param int $count * @return string */ |