Page MenuHomePhabricator

Update continue/break for php 7.3
ClosedPublic

Authored by amckinley on Dec 20 2018, 9:53 PM.
Tags
None
Referenced Files
F14926287: D19925.id47550.diff
Sat, Feb 15, 1:03 AM
Unknown Object (File)
Sun, Feb 9, 6:50 AM
Unknown Object (File)
Sun, Feb 9, 6:50 AM
Unknown Object (File)
Sun, Feb 9, 6:50 AM
Unknown Object (File)
Sun, Feb 9, 6:50 AM
Unknown Object (File)
Sat, Jan 25, 2:57 AM
Unknown Object (File)
Sat, Jan 25, 2:57 AM
Unknown Object (File)
Sat, Jan 25, 2:57 AM
Subscribers

Details

Summary

Fixes https://discourse.phabricator-community.org/t/error-on-project-creation-or-edition-with-php7-3/2236

I didn't actually repro this because I don't have php 7.3 installed. I'm also not sure if the break; break was intentional or not, since I'm not sure you could ever reach two consecutive break statements.

Test Plan

Created some projects. Didn't actually try to hit the code that fires if you're making a project both a subproject and a milestone.

Diff Detail

Repository
rP Phabricator
Branch
continue (branched from master)
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 21403
Build 29150: Run Core Tests
Build 29149: arc lint + arc unit

Event Timeline

These could all just be break; if you want, none of this is intentional.

This revision is now accepted and ready to land.Dec 20 2018, 9:56 PM

(I think you could only actually hit this by calling project.edit via the API and intentionally feeding in two conflicting transactions, but this or just break; are "obviously correct".)

This revision was automatically updated to reflect the committed changes.