summaryrefslogtreecommitdiff
path: root/ext/snmp/snmp.stub.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/snmp/snmp.stub.php')
-rw-r--r--ext/snmp/snmp.stub.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/snmp/snmp.stub.php b/ext/snmp/snmp.stub.php
index bee2b39318..06632b602d 100644
--- a/ext/snmp/snmp.stub.php
+++ b/ext/snmp/snmp.stub.php
@@ -1,5 +1,7 @@
<?php
+/** @generate-function-entries */
+
/** @param array|string $object_id */
function snmpget(string $host, string $community, $object_id, int $timeout = UNKNOWN, int $retries = UNKNOWN): array|bool {}