We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d355bfa commit c209cdfCopy full SHA for c209cdf
src/Debug.php
@@ -21,7 +21,7 @@ public static function getRefCount($object): string
21
22
preg_match('/refcount\((\w+)\)/U', $data, $matched);
23
$result = $matched[1];
24
- if(is_numeric($result)){
+ if (is_numeric($result)) {
25
return bcsub($result, '1');
26
}
27
0 commit comments