r58979 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r58978‎ | r58979 | r58980 >
Date:22:33, 12 November 2009
Author:ialex
Status:ok
Tags:
Comment:
One more fix for r58949: convert these lines too *STAB*
Modified paths:
  • /trunk/phase3/includes/memcached-client.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/memcached-client.php
@@ -533,7 +533,7 @@
534534 * @return boolean
535535 * @access public
536536 */
537 - function replace ($key, $value, $exp=0)
 537+ function replace ($key, $value, $exp=0)
538538 {
539539 return $this->_set('replace', $key, $value, $exp);
540540 }
@@ -591,7 +591,7 @@
592592 * @return boolean TRUE on success
593593 * @access public
594594 */
595 - function set ($key, $value, $exp=0)
 595+ function set ($key, $value, $exp=0)
596596 {
597597 return $this->_set('set', $key, $value, $exp);
598598 }
@@ -606,7 +606,7 @@
607607 *
608608 * @access public
609609 */
610 - function set_compress_threshold ($thresh)
 610+ function set_compress_threshold ($thresh)
611611 {
612612 $this->_compress_threshold = $thresh;
613613 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r58949Use tabs for indentation, not spacesialex16:19, 12 November 2009

Status & tagging log