R1:d2316e802568
R1:d2316e802568
Fix an errant "switch ... continue"
Summary:
See <https://discourse.phabricator-community.org/t/unhandled-exception-on-create-task/2062>.
This construction has the same behavior as "switch ... break" but is unconventional. PHP 7.3 started warning about it because it's likely a mistake.
Test Plan: Created a task, edited a task owner. The new code is functionally identical to the old code.
Reviewers: amckinley
Reviewed By: amckinley
Differential Revision: https://secure.phabricator.com/D19772
Summary:
See <https://discourse.phabricator-community.org/t/unhandled-exception-on-create-task/2062>.
This construction has the same behavior as "switch ... break" but is unconventional. PHP 7.3 started warning about it because it's likely a mistake.
Test Plan: Created a task, edited a task owner. The new code is functionally identical to the old code.
Reviewers: amckinley
Reviewed By: amckinley
Differential Revision: https://secure.phabricator.com/D19772
Repository: R1 hydra
Commit Date: Nov 5 2018