From ce919b08229212a340bb0481d0c055fe1236ea49 Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 8 Mar 2012 12:46:29 -0800 Subject: [PATCH] Resolve implicit fallthrough in Phabricator Summary: New implicit fallthrough linter detected a few issues; none of these have behavioral impacts but they can clearly be tightened up. See D1824. Test Plan: Lint; inspection. Reviewers: btrahan Reviewed By: btrahan CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1825 --- scripts/repository/reparse.php | 3 ++- src/applications/phid/handle/PhabricatorObjectHandle.php | 1 + src/storage/qsprintf/qsprintf.php | 3 ++- webroot/index.php | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/repository/reparse.php b/scripts/repository/reparse.php index c6849f7c79..9a755a0be8 100755 --- a/scripts/repository/reparse.php +++ b/scripts/repository/reparse.php @@ -2,7 +2,7 @@ getFullName(); + break; } return $name; } diff --git a/src/storage/qsprintf/qsprintf.php b/src/storage/qsprintf/qsprintf.php index c2b41657d1..7fe0ef750d 100644 --- a/src/storage/qsprintf/qsprintf.php +++ b/src/storage/qsprintf/qsprintf.php @@ -1,7 +1,7 @@