1
0
mirror of https://github.com/danog/amp.git synced 2024-11-30 04:29:08 +01:00

update docblock

This commit is contained in:
Daniel Lowrey 2015-05-31 19:51:09 -04:00
parent 954eaabcf5
commit 905d5bfc2c

View File

@ -39,7 +39,7 @@ interface Promise {
* Implementations MUST return the current object instance. * Implementations MUST return the current object instance.
* *
* @param callable $func A callback to invoke when data updates are available * @param callable $func A callback to invoke when data updates are available
* @param mixed $data Optional data to pass as a second parameter to $func * @param mixed $data Optional data to pass as an additional parameter to $func
* @return void * @return void
*/ */
public function watch(callable $func, $data = null); public function watch(callable $func, $data = null);