mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added some missing typehints
This commit is contained in:
@ -569,7 +569,7 @@ class Utils{
|
||||
*
|
||||
* @return int
|
||||
*/
|
||||
public static function getReferenceCount($value, $includeCurrent = true){
|
||||
public static function getReferenceCount($value, bool $includeCurrent = true){
|
||||
ob_start();
|
||||
debug_zval_dump($value);
|
||||
$ret = explode("\n", ob_get_contents());
|
||||
|
Reference in New Issue
Block a user