Improve 1-letter variable names in MutableContext and implementations
authorThiemo Mättig <thiemo.maettig@wikimedia.de>
Thu, 28 Dec 2017 18:59:53 +0000 (19:59 +0100)
committerThiemo Mättig <thiemo.maettig@wikimedia.de>
Sun, 7 Jan 2018 14:53:55 +0000 (15:53 +0100)
commit4d9de6140ef863817accef94b52dd2ec93499224
tree2733f184125579587807f5e16e11e732b6c1edcd
parente5a20df6600a1ffa8e83eb6ebac1f5e245aab8f7
Improve 1-letter variable names in MutableContext and implementations

I'm also removing obsolete short comments that don't add anything to
whats already obvious from the method header. For example, I really don't
need a comment to understand that a method that's called "setUser" and
accepts a parameter named "$user" of type "User" is meant to "set the
User object". I mean, how more obvious can it be? ;-)

Change-Id: Ib079108457a5aa2a6896e95837542ab93b465144
includes/context/ContextSource.php
includes/context/DerivativeContext.php
includes/context/IContextSource.php
includes/context/MutableContext.php
includes/context/RequestContext.php