Title::convertByteClassToUnicodeClass(): Cleanup
commit412d0f1ac29435b9f04f7662f9be6bb32544d0b0
authorReedy <reedy@wikimedia.org>
Wed, 30 Dec 2020 09:48:35 +0000 (30 09:48 +0000)
committerReedy <reedy@wikimedia.org>
Wed, 30 Dec 2020 09:49:30 +0000 (30 09:49 +0000)
tree2ea136cc3d138364e7ed5ffa42851e9eccb25006
parent387a293150178e498be5fc9649ccc16fdfc0e28f
Title::convertByteClassToUnicodeClass(): Cleanup

* Remove unused $d2
* Swap == to ===
* Swap += 1 for ++

Change-Id: If2b7bbfd912a368d91a9a3c7b242d01bf9a0dbc6
includes/Title.php