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.
Differential D19772
Fix an errant "switch ... continue" epriestley on Nov 5 2018, 12:42 PM. Authored by Tags None Referenced Files
Subscribers None
Details
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. Created a task, edited a task owner. The new code is functionally identical to the old code.
Diff Detail
|