@@ -50,7 +50,7 @@ |
||
| 50 | 50 | * @param int $size The max number of connections future pools will be able to |
| 51 | 51 | * create. Negative numbers mean that the pool will spawn an infinite number of |
| 52 | 52 | * connections |
| 53 | - * @return boolean Returns the former value of pool size |
|
| 53 | + * @return boolean|null Returns the former value of pool size |
|
| 54 | 54 | */ |
| 55 | 55 | public static function setSize($size) {} |
| 56 | 56 | |