Home
Phabricator
Search
Configure Global Search
Log In
Transactions
T6843
Change Details
Change Details
Old
New
Diff
We should be able to warn about this: ```lang=php switch ($x) { case 'A': // do something case 'A': // oops } ```
We should be able to warn about this: ```lang=php switch ($x) { case 'A': // do something case 'A': // oops } ```
Continue