Completed
Push — namespace2 ( f33251...a96835 )
by Fabio
11:40
created
framework/Web/UI/ActiveControls/TAutoComplete.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -201,6 +201,7 @@  discard block
 block discarded – undo
201 201
 	 * method, be sure to call the parent implementation so that the event
202 202
 	 * handler can be invoked.
203 203
 	 * @param TCallbackEventParameter event parameter to be passed to the event handlers
204
+	 * @param TAutoCompleteEventParameter $param
204 205
 	 */
205 206
 	public function onSuggest($param)
206 207
 	{
@@ -213,6 +214,7 @@  discard block
 block discarded – undo
213 214
 	 * method, be sure to call the parent implementation so that the event
214 215
 	 * handler can be invoked.
215 216
 	 * @param TCallbackEventParameter event parameter to be passed to the event handlers
217
+	 * @param TAutoCompleteEventParameter $param
216 218
 	 */
217 219
 	public function onSuggestionSelected($param)
218 220
 	{
Please login to merge, or discard this patch.