Remove return by reference in Title::makeTitle
authorErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 29 Jul 2016 20:30:32 +0000 (13:30 -0700)
committerErik Bernhardson <ebernhardson@wikimedia.org>
Fri, 29 Jul 2016 20:30:32 +0000 (13:30 -0700)
commit968f8468346bcb95b1101030fe29e62696b0c534
tree94cc1c461f514692fb82d51c301a4354428b9a57
parentf629ce4d80f8990559fe41bf5be3c691d23976ef
Remove return by reference in Title::makeTitle

This made sense back in php4, but has no useful effect anymore
with our minimum php version being 5.5. This also has the effect
of searching for 'function makeTitle' now actually finding something.

Change-Id: I0ea02a2e7dff285341b0e5b5b7773da78bfaaff3
includes/Title.php