Failed Conditions
Push — master ( b155cb...bf56a7 )
by Struan
05:04
created
classes/Member.php 1 patch
Indentation   +36 added lines, -36 removed lines patch added patch discarded remove patch
@@ -213,12 +213,12 @@  discard block
 block discarded – undo
213 213
     }
214 214
 
215 215
     /**
216
-    * Image
217
-    *
218
-    * Return a URL for the member's image.
219
-    *
220
-    * @return string The URL of the member's image.
221
-    */
216
+     * Image
217
+     *
218
+     * Return a URL for the member's image.
219
+     *
220
+     * @return string The URL of the member's image.
221
+     */
222 222
 
223 223
     public function image() {
224 224
 
@@ -271,16 +271,16 @@  discard block
 block discarded – undo
271 271
     }
272 272
 
273 273
     /**
274
-    * Offices
275
-    *
276
-    * Return an array of Office objects held (or previously held) by the member.
277
-    *
278
-    * @param string $include_only  Restrict the list to include only "previous" or "current" offices.
279
-    * @param bool   $ignore_committees Ignore offices that appear to be committee memberships.
280
-    * @param bool   $committees_only Only return committee memberships.
281
-    *
282
-    * @return array An array of Office objects.
283
-    */
274
+     * Offices
275
+     *
276
+     * Return an array of Office objects held (or previously held) by the member.
277
+     *
278
+     * @param string $include_only  Restrict the list to include only "previous" or "current" offices.
279
+     * @param bool   $ignore_committees Ignore offices that appear to be committee memberships.
280
+     * @param bool   $committees_only Only return committee memberships.
281
+     *
282
+     * @return array An array of Office objects.
283
+     */
284 284
 
285 285
     public function offices($include_only = null, $ignore_committees = false, $committees_only = false) {
286 286
 
@@ -338,12 +338,12 @@  discard block
 block discarded – undo
338 338
     }
339 339
 
340 340
     /**
341
-    * Get Other Parties String
342
-    *
343
-    * Return a readable list of party changes for this member.
344
-    *
345
-    * @return string|null A readable list of the party changes for this member.
346
-    */
341
+     * Get Other Parties String
342
+     *
343
+     * Return a readable list of party changes for this member.
344
+     *
345
+     * @return string|null A readable list of the party changes for this member.
346
+     */
347 347
 
348 348
     public function getOtherPartiesString() {
349 349
 
@@ -362,12 +362,12 @@  discard block
 block discarded – undo
362 362
     }
363 363
 
364 364
     /**
365
-    * Get Other Constituencies String
366
-    *
367
-    * Return a readable list of other constituencies for this member.
368
-    *
369
-    * @return string|null A readable list of the other constituencies for this member.
370
-    */
365
+     * Get Other Constituencies String
366
+     *
367
+     * Return a readable list of other constituencies for this member.
368
+     *
369
+     * @return string|null A readable list of the other constituencies for this member.
370
+     */
371 371
 
372 372
     public function getOtherConstituenciesString() {
373 373
 
@@ -380,14 +380,14 @@  discard block
 block discarded – undo
380 380
     }
381 381
 
382 382
     /**
383
-    * Get Entered/Left Strings
384
-    *
385
-    * Return an array of readable strings covering when people entered or left
386
-    * various houses. Returns an array since it's possible for a member to have
387
-    * done several of these things.
388
-    *
389
-    * @return array An array of strings of when this member entered or left houses.
390
-    */
383
+     * Get Entered/Left Strings
384
+     *
385
+     * Return an array of readable strings covering when people entered or left
386
+     * various houses. Returns an array since it's possible for a member to have
387
+     * done several of these things.
388
+     *
389
+     * @return array An array of strings of when this member entered or left houses.
390
+     */
391 391
     public function getEnterLeaveStrings() {
392 392
         $output = [];
393 393
 
Please login to merge, or discard this patch.