Declare visibility on class properties
authorSiebrand Mazeland <s.mazeland@xs4all.nl>
Fri, 4 Oct 2013 05:54:44 +0000 (07:54 +0200)
committerHashar <hashar@free.fr>
Mon, 21 Oct 2013 12:20:34 +0000 (12:20 +0000)
commitee9d4dca18d399d7a4eb901390d86c1d125ca9b1
tree318312c1c0e2dbd20121a7af40b733b58f8e6a03
parent4e941cf4ca448077286fc79a48a76d17dd549c9c
Declare visibility on class properties

As pointed out by phpcs:

 The var keyword must not be used to declare a property
 (PSR2.Classes.PropertyDeclaration.VarUsed)

Set to public, as this is also done for class properties in classes these
ones extend.

Also break some long lines to silence CodeSniffer.

Change-Id: I77dd45eb2bf1d405d429603b97d5cbfb7ea04ad0
includes/specials/SpecialContributions.php
includes/specials/SpecialDeletedContributions.php