Completed
Push — 3.6 ( 91cf85...8537dd )
by Damian
14:14 queued 07:22
created
control/Session.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -265,7 +265,6 @@  discard block
 block discarded – undo
265 265
 	 *
266 266
 	 * @deprecated 4.0 Use the "Session.timeout_ips" config setting instead
267 267
 	 *
268
-	 * @param array $session_ips Array of IPv4 rules.
269 268
 	 */
270 269
 	public static function set_timeout_ips($ips) {
271 270
 		Deprecation::notice('4.0', 'Use the "Session.timeout_ips" config setting instead');
@@ -462,6 +461,9 @@  discard block
 block discarded – undo
462 461
 		$diffVar[sizeof($var)-1] = $val;
463 462
 	}
464 463
 
464
+	/**
465
+	 * @param string $name
466
+	 */
465 467
 	public function inst_get($name) {
466 468
 		// Quicker execution path for "."-free names
467 469
 		if(strpos($name,'.') === false) {
Please login to merge, or discard this patch.