Fix for Ia9baaf0b: Make previously public variables public again
authorStephan Gambke <s7eph4n@gmail.com>
Sat, 2 Aug 2014 23:48:54 +0000 (01:48 +0200)
committerStephan Gambke <s7eph4n@gmail.com>
Fri, 29 Aug 2014 21:01:53 +0000 (23:01 +0200)
commitf09e458d397bd1f7fe461c4f4d07a94bfa8939d6
treeb71d0b45aae7bfbe2f4015dc20d21d530b8d8d22
parent08e50bcecd32e6646b2a07a356517feb733aad78
Fix for Ia9baaf0b: Make previously public variables public again

Change Ia9baaf0b changed the visibility of member variables (many of which are not
otherwise exposed, e.g. by a method) and by that introduced a major API change
breaking extensions.

This patch explicitly marks affected variables as public again, keeping the intent
of the original patch of making phpcs-strict pass on includes/ directory.

Bug: 67522
Bug: 67984
Change-Id: I498512b2a1e615365bb477c1fd210aaa3241ca03
includes/CategoryViewer.php
includes/EditPage.php
includes/Export.php
includes/Feed.php
includes/HistoryBlob.php
includes/Import.php
includes/Linker.php
includes/page/Article.php