diff --git a/scripts/sql/manage_storage.php b/scripts/sql/manage_storage.php --- a/scripts/sql/manage_storage.php +++ b/scripts/sql/manage_storage.php @@ -70,7 +70,7 @@ 'Disable utf8mb4, even if the database supports it. This is an '. 'advanced feature used for testing changes to Phabricator; you '. 'should not normally use this flag.'), - ) + ), )); } catch (PhutilArgumentUsageException $ex) { $args->printUsageException($ex); diff --git a/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php b/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php --- a/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php +++ b/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php @@ -46,8 +46,7 @@ foreach ($words as $w) { if ($w == end($words)) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0]; } } @@ -55,8 +54,7 @@ foreach ($words as $w) { if ($w == $words[0]) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0]; } } @@ -64,8 +62,7 @@ foreach ($words as $w) { if ($w == $words[0] || $w == end($words)) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0]; } } @@ -73,8 +70,7 @@ foreach ($words as $w) { if ($w == $words[0] || $w == end($words)) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0].'.'; } } @@ -82,8 +78,7 @@ foreach ($words as $w) { if ($w == $words[0] || $w == end($words)) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0].'_'; } } diff --git a/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php b/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php --- a/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php +++ b/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php @@ -56,7 +56,7 @@ $object = $releephRequest->getRequestedObject(); if ($object instanceof DifferentialRevision) { $object_phid = $object->getPHID(); - } else { + } else { $object_phid = null; }