More PHP Doc comments.

This commit is contained in:
jgen
2014-04-29 17:45:13 -04:00
parent 2bf4c667a7
commit a58bdbdc62
11 changed files with 153 additions and 36 deletions

View File

@ -139,7 +139,7 @@ class Image {
* @param int $limit
* @param string[] $tags
* @throws SCoreException
* @return Array
* @return Image[]
*/
public static function find_images(/*int*/ $start, /*int*/ $limit, $tags=array()) {
assert(is_numeric($start));