diff options
author | Steve Clay <steve@mrclay.org> | 2012-04-09 15:06:33 -0400 |
---|---|---|
committer | Steve Clay <steve@mrclay.org> | 2012-04-09 15:06:33 -0400 |
commit | 01c44e9002d03f58c9a5271c6256096de3273eb5 (patch) | |
tree | 562aa2062ab1576852b021918653f48d1d2ae059 /upgrades | |
parent | f1a0a4d5aa28753620552df9d5e88bd983d0aca4 (diff) | |
download | elgg-01c44e9002d03f58c9a5271c6256096de3273eb5.tar.gz elgg-01c44e9002d03f58c9a5271c6256096de3273eb5.tar.bz2 |
More PHPDoc comments and @var declarations to help IDE comprehension
Diffstat (limited to 'upgrades')
-rw-r--r-- | upgrades/2012022501.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/upgrades/2012022501.php b/upgrades/2012022501.php index 815e10b62..50102e875 100644 --- a/upgrades/2012022501.php +++ b/upgrades/2012022501.php @@ -29,6 +29,7 @@ foreach ($items as $item) { * Downloads the thumbnail and saves into data folder * * @param ElggObject $item + * @return bool */ function videolist_2012022501($item) { |