Skip to content

Commit 2f3b4cc

Browse files
committed
Return converted value
1 parent a900f1c commit 2f3b4cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauthbearer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ int64_t zval_to_int64(zval *zval, const char *errstr) {
149149
zend_throw_exception(spl_ce_InvalidArgumentException, errstr, 0);
150150
return 0;
151151
}
152+
return converted;
152153
break;
153154
EMPTY_SWITCH_DEFAULT_CASE();
154155
}

0 commit comments

Comments
 (0)