mirror of
https://github.com/danog/amp.git
synced 2024-11-30 04:29:08 +01:00
update docblock
This commit is contained in:
parent
954eaabcf5
commit
905d5bfc2c
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user