intelephense
1.14.41.16.1
lib/stub/pam/pam.phplib/stub/pam/pam.php+2
Index: package/lib/stub/pam/pam.php
===================================================================
--- package/lib/stub/pam/pam.php
+++ package/lib/stub/pam/pam.php
@@ -13,8 +13,9 @@
* </p>
* @param string|null &$error <p>
* Output parameter to put any error messages in.
* </p>
+ * @param-out string|null $error
* @param bool $check_account_management <p>
* Call <b>pam_acct_mgmt()</b> to check account expiration and access. (Requires root access!)
* </p>
* @param string $service_name <p>
@@ -39,8 +40,9 @@
* </p>
* @param string|null &$error <p>
* Output parameter to put any error messages in.
* </p>
+ * @param-out string|null $error
* @param string $service_name <p>
* PAM service name to use. (Defaults to "php")
* </p>
* @return bool Returns a bool when complete. If false, <b>$error</b> contains any error messages generated.