Make LinksUpdate::getPropertyDeletions private
Change-Id: Iec1ae929566e25a278ef918f9f6b22343dce6cec
This commit is contained in:
parent
a10838acba
commit
a912c5ce8b
1 changed files with 1 additions and 1 deletions
|
|
@ -832,7 +832,7 @@ class LinksUpdate extends DataUpdate implements EnqueueableDataUpdate {
|
|||
* @param array $existing
|
||||
* @return array
|
||||
*/
|
||||
function getPropertyDeletions( $existing ) {
|
||||
private function getPropertyDeletions( $existing ) {
|
||||
return array_diff_assoc( $existing, $this->mProperties );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue