summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:27:01 +0200
committerMáté Kocsis <kocsismate@woohoolabs.com>2020-09-16 21:27:01 +0200
commitde912821e0c2e154a4fca0479755c9e089b130b8 (patch)
treeec33aaeeb9265748863ff71a9e543cb56fe3d896 /ext/snmp
parentc76910cd967f498065f50f17dcaad941792e8430 (diff)
downloadphp-git-de912821e0c2e154a4fca0479755c9e089b130b8.tar.gz
Display string default values in stubs more uniformly
Settling on using quoted string
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/snmp.stub.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/snmp/snmp.stub.php b/ext/snmp/snmp.stub.php
index e7592ee67b..28cdd5f4f7 100644
--- a/ext/snmp/snmp.stub.php
+++ b/ext/snmp/snmp.stub.php
@@ -60,7 +60,7 @@ class SNMP
public function close() {}
/** @return bool */
- public function setSecurity(string $sec_level, string $auth_protocol = '', string $auth_passphrase = '', string $priv_protocol = '', string $priv_passphrase = '', string $contextName = '', string $contextEngineID = '') {}
+ public function setSecurity(string $sec_level, string $auth_protocol = "", string $auth_passphrase = "", string $priv_protocol = "", string $priv_passphrase = "", string $contextName = "", string $contextEngineID = "") {}
/** @return array|bool */
public function get(array|string $object_id, bool $use_orignames = false) {}