r98541 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98540‎ | r98541 | r98542 >
Date:17:45, 30 September 2011
Author:aaron
Status:ok
Tags:
Comment:
Fixed annoying tabs
Modified paths:
  • /trunk/extensions/ConfirmAccount/dataclasses/UserAccountRequest.php (modified) (history)

Diff [purge]

Index: trunk/extensions/ConfirmAccount/dataclasses/UserAccountRequest.php
@@ -101,83 +101,83 @@
102102 }
103103
104104 public function getId() {
105 - return $this->id;
 105+ return $this->id;
106106 }
107107
108108 public function getName() {
109 - return $this->name;
 109+ return $this->name;
110110 }
111111
112112 public function getRealName() {
113 - return $this->realName;
 113+ return $this->realName;
114114 }
115115
116116 public function getEmail() {
117 - return $this->email;
 117+ return $this->email;
118118 }
119119
120120 public function getRegistration() {
121 - return $this->registration;
 121+ return $this->registration;
122122 }
123123
124124 public function getBio() {
125 - return $this->bio;
 125+ return $this->bio;
126126 }
127127
128128 public function getNotes() {
129 - return $this->notes;
 129+ return $this->notes;
130130 }
131131
132132 public function getUrls() {
133 - return $this->urls;
 133+ return $this->urls;
134134 }
135135
136136 public function getAreas() {
137 - return $this->areas;
 137+ return $this->areas;
138138 }
139139
140140 public function getFileName() {
141 - return $this->fileName;
 141+ return $this->fileName;
142142 }
143143
144144 public function getFileStorageKey() {
145 - return $this->fileStorageKey;
 145+ return $this->fileStorageKey;
146146 }
147147
148148 public function getIP() {
149 - return $this->ip;
 149+ return $this->ip;
150150 }
151151
152152 public function getEmailToken() {
153 - return $this->emailToken;
 153+ return $this->emailToken;
154154 }
155155
156156 public function getEmailTokenExpires() {
157 - return $this->emailTokenExpires;
 157+ return $this->emailTokenExpires;
158158 }
159159
160160 public function getEmailAuthTimestamp() {
161 - return $this->emailAuthTimestamp;
 161+ return $this->emailAuthTimestamp;
162162 }
163163
164164 public function isDeleted() {
165 - return $this->deleted;
 165+ return $this->deleted;
166166 }
167167
168168 public function getRejectTimestamp() {
169 - return $this->rejectedTimestamp;
 169+ return $this->rejectedTimestamp;
170170 }
171171
172172 public function getHeldTimestamp() {
173 - return $this->heldTimestamp;
 173+ return $this->heldTimestamp;
174174 }
175175
176176 public function getHandlingUser() {
177 - return $this->user;
 177+ return $this->user;
178178 }
179179
180180 public function getHandlingComment() {
181 - return $this->comment;
 181+ return $this->comment;
182182 }
183183
184184 public function insertOn() {

Status & tagging log