HomePhabricator

Fix a transaction editor "continue;" inside "switch()" for PHP 7.3

Description

Fix a transaction editor "continue;" inside "switch()" for PHP 7.3

Summary: See https://discourse.phabricator-community.org/t/new-git-commit-processing-fails-on-php-7-3/. This "continue" should be a "break".

Test Plan:

Screen Shot 2018-12-04 at 5.52.33 AM.png (264×453 px, 25 KB)

  • Tried to assign a task to myself while I was already the owner, got an appropriate error.

Reviewers: amckinley

Reviewed By: amckinley

Differential Revision: https://secure.phabricator.com/D19844

Details