editpage: Make TextConflictHelper::toEditContent private
authorThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 24 Apr 2019 08:29:32 +0000 (10:29 +0200)
committerThiemo Kreuz <thiemo.kreuz@wikimedia.de>
Wed, 24 Apr 2019 08:34:01 +0000 (10:34 +0200)
commit81fee5a5e96fbd0a6cecad75028ef643e0459d98
treeb85eac4d89650c1f96c3e5849e08d1ffb150a2f2
parent5b062d13c7dc62e6c09da17981174ce3a71bbc9d
editpage: Make TextConflictHelper::toEditContent private

The method is not used anywhere:
https://codesearch.wmflabs.org/search/?q=toEditContent&i=1
There is another method with the same name in the EditPage class. But
this is unrelated. As far as I can see the method I'm touching in this
patch was copied from the EditPage class.

Change-Id: I51d167723bd70220adbf4ac36f15f3290b7eb653
includes/editpage/TextConflictHelper.php