Completed
Push — master ( 4ff427...097360 )
by Mark
02:38
created
helper/index.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -162,11 +162,10 @@
 block discarded – undo
162 162
 	/**
163 163
 	 * Add an index entry for this file having EXIF / IPTC data.
164 164
 	 *
165
-	 * @param unknown_type $param
166 165
 	 * @see http://www.php.net/manual/en/function.iptcparse.php
167 166
 	 * @see http://php.net/manual/en/function.exif-read-data.php
168 167
 	 *
169
-	 * @return true when image was succesfully added to the index.
168
+	 * @return boolean when image was succesfully added to the index.
170 169
 	 */
171 170
 	function indexImage($img) {
172 171
 		// test for supported files (jpeg only)
Please login to merge, or discard this patch.