Title::moveToInternal doesn't return anything, but it does throw an exception
authorReedy <reedy@wikimedia.org>
Sat, 7 Apr 2012 19:05:22 +0000 (20:05 +0100)
committerReedy <reedy@wikimedia.org>
Wed, 11 Apr 2012 19:00:29 +0000 (20:00 +0100)
commit9ae175d6c8be88ba59174deabbbae9ed4eb64fa7
tree5bc985d1bf6c7eafc944ccbe691b1d847a96be57
parentf8f9a052af9523187a91019a4e79e77cc77b9d4b
Title::moveToInternal doesn't return anything, but it does throw an exception

Means the evaluation of if ( is_array( $err ) ) { is always going to be false

Update the documentation

Change-Id: I0016495563e715a2a1927e227ec2bb5c80b5378b
includes/Title.php