Dep: update
주로 PHAN
This commit is contained in:
Vendored
+3
@@ -22,6 +22,8 @@ use Throwable;
|
||||
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
*
|
||||
* @psalm-template TReturn
|
||||
*/
|
||||
class Promise
|
||||
{
|
||||
@@ -168,6 +170,7 @@ class Promise
|
||||
* chain.
|
||||
*
|
||||
* @return mixed
|
||||
* @psalm-return TReturn
|
||||
*/
|
||||
public function wait()
|
||||
{
|
||||
|
||||
Vendored
+1
-1
@@ -16,5 +16,5 @@ class Version
|
||||
/**
|
||||
* Full version number.
|
||||
*/
|
||||
const VERSION = '5.1.0';
|
||||
const VERSION = '5.1.2';
|
||||
}
|
||||
|
||||
Vendored
+4
@@ -44,6 +44,10 @@ use Throwable;
|
||||
*
|
||||
* @return \Sabre\Event\Promise
|
||||
*
|
||||
* @psalm-template TReturn
|
||||
* @psalm-param callable():\Generator<mixed, mixed, mixed, TReturn> $gen
|
||||
* @psalm-return Promise<TReturn>
|
||||
*
|
||||
* @copyright Copyright (C) fruux GmbH (https://fruux.com/)
|
||||
* @author Evert Pot (http://evertpot.com/)
|
||||
* @license http://sabre.io/license/ Modified BSD License
|
||||
|
||||
Reference in New Issue
Block a user