Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/236072

Change subject: Fixed setCookie() type docs
......................................................................

Fixed setCookie() type docs

Change-Id: I7214a7ad1ddc9b0b06956015e188816b008ddc40
---
M includes/CentralAuthUser.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/72/236072/1

diff --git a/includes/CentralAuthUser.php b/includes/CentralAuthUser.php
index 6e13a6e..a9c9fce 100644
--- a/includes/CentralAuthUser.php
+++ b/includes/CentralAuthUser.php
@@ -2310,7 +2310,7 @@
         *  true: Force setting the secure attribute when setting the cookie
         *  false: Force NOT setting the secure attribute when setting the 
cookie
         *  null (default): Use the default ($wgCookieSecure) to set the secure 
attribute
-        * @param $prefix cookie prefix, or false to use 
$wgCentralAuthCookiePrefix
+        * @param string|bool $prefix cookie prefix; false to use 
$wgCentralAuthCookiePrefix
         * @throws Exception
         * @return void
         */

-- 
To view, visit https://gerrit.wikimedia.org/r/236072
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7214a7ad1ddc9b0b06956015e188816b008ddc40
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to