qqq
This commit is contained in:
+2
-1
@@ -17,9 +17,10 @@ interface PoolInterface
|
||||
|
||||
/**
|
||||
* @param string $name
|
||||
* @param int $waite_time
|
||||
* @return mixed
|
||||
*/
|
||||
public function get(string $name): mixed;
|
||||
public function get(string $name, int $waite_time): mixed;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user