Skip to content

Commit c209cdf

Browse files
authored
Support PHP 8.1 (#4333)
1 parent d355bfa commit c209cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Debug.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static function getRefCount($object): string
2121

2222
preg_match('/refcount\((\w+)\)/U', $data, $matched);
2323
$result = $matched[1];
24-
if(is_numeric($result)){
24+
if (is_numeric($result)) {
2525
return bcsub($result, '1');
2626
}
2727

0 commit comments

Comments
 (0)