Remove redundant null-handling for Title::newFromText
authorTimo Tijhof <krinklemail@gmail.com>
Tue, 17 Nov 2015 01:53:30 +0000 (01:53 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Tue, 17 Nov 2015 01:53:30 +0000 (01:53 +0000)
commitb7f078c75e75c57aa06c4f61f0427bd5ffcf219a
tree7614499b3d2b3957d67291c024a86c1e017b9326
parent7d3fc7346da841688c1e43ab048c7030d3acad11
Remove redundant null-handling for Title::newFromText

* Linker: Follows-up 9ce5ca9886. null is already handled.

* PrefixSearch: Follows-up 337b1e2e. null is already handled.
  If other types are bassed, we want to find these.

* UploadBase: Follows-up 11f5ebec28. null is already handled.
  WebRequest::getVal($name) can only return string or null.

Change-Id: I3dc3b700cde735f5cd9d497f0867a2b4e3b61f46
includes/Linker.php
includes/PrefixSearch.php
includes/specials/SpecialMovepage.php