Skip to content

Commit 67ab2b7

Browse files
committed
Align the return type of snmp_set_oid_numeric_print() to its aliased funtion
1 parent 7fcfaae commit 67ab2b7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

ext/snmp/snmp.stub.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function snmp_set_enum_print(bool $enable): true {}
132132
function snmp_set_oid_output_format(int $format): true {}
133133

134134
/** @alias snmp_set_oid_output_format */
135-
function snmp_set_oid_numeric_print(int $format): bool {}
135+
function snmp_set_oid_numeric_print(int $format): true {}
136136

137137
function snmp2_get(string $hostname, string $community, array|string $object_id, int $timeout = -1, int $retries = -1): mixed {}
138138

ext/snmp/snmp_arginfo.h

+2-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)