Revert "Add type hint against LinkTarget"
authorBrian Wolff <bawolff+wn@gmail.com>
Mon, 29 Feb 2016 23:31:48 +0000 (23:31 +0000)
committerBrian Wolff <bawolff+wn@gmail.com>
Mon, 29 Feb 2016 23:31:48 +0000 (23:31 +0000)
commit74ac95c0ccdb3b971f57e74084363c86f3155456
treecb07c5a474f7b3ca3703aaab35315dfa365da239
parent0e5a1f8879b211b44416e3762bf2d76c28f3f569
Revert "Add type hint against LinkTarget"

Can cause fatal if your database has invalid titles
stored in it (Title::makeTitleSafe is fed to $lb->addObj()
without checking that the result is non-null)

This reverts commit 0e5a1f8879b211b44416e3762bf2d76c28f3f569.

Change-Id: I4174b2fdcc3d8e24ecf0bcc39cd0f0f2e8bfd6b2
includes/cache/LinkBatch.php