mirror of
https://github.com/danog/amp.git
synced 2025-01-22 05:11:42 +01:00
Remove missed emit() default value
This commit is contained in:
parent
8e794ba1d7
commit
7adc7d8452
@ -67,7 +67,7 @@ try {
|
|||||||
*
|
*
|
||||||
* @return \Interop\Async\Awaitable
|
* @return \Interop\Async\Awaitable
|
||||||
*/
|
*/
|
||||||
public function emit($value = null) {
|
public function emit($value) {
|
||||||
$emit = $this->emit;
|
$emit = $this->emit;
|
||||||
return $emit($value);
|
return $emit($value);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user