Skip to content

Commit

Permalink
Merge pull request apache#7273 from troizet/improve_validation_php_re…
Browse files Browse the repository at this point in the history
…name_refactoring

PHP: Improved validation of rename refactoring
  • Loading branch information
junichi11 authored Apr 17, 2024
2 parents 88d9395 + 07a57de commit 0090cf9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ public void removeUpdate(DocumentEvent event) {
RenamePanel.this.parent.stateChanged(null);
}
});

RenamePanel.this.parent.stateChanged(null);
}

@Override
Expand Down

0 comments on commit 0090cf9

Please sign in to comment.