diff --git a/scripts/sql/manage_storage.php b/scripts/sql/manage_storage.php index f4d8d0f947..32c3bd3f12 100755 --- a/scripts/sql/manage_storage.php +++ b/scripts/sql/manage_storage.php @@ -70,7 +70,7 @@ try { '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 index 7c46bbbc82..e7577426d3 100644 --- a/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php +++ b/src/applications/people/lipsum/PhabricatorPeopleTestDataGenerator.php @@ -46,8 +46,7 @@ final class PhabricatorPeopleTestDataGenerator foreach ($words as $w) { if ($w == end($words)) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0]; } } @@ -55,8 +54,7 @@ final class PhabricatorPeopleTestDataGenerator foreach ($words as $w) { if ($w == $words[0]) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0]; } } @@ -64,8 +62,7 @@ final class PhabricatorPeopleTestDataGenerator foreach ($words as $w) { if ($w == $words[0] || $w == end($words)) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0]; } } @@ -73,8 +70,7 @@ final class PhabricatorPeopleTestDataGenerator foreach ($words as $w) { if ($w == $words[0] || $w == end($words)) { $reduced .= $w; - } - else { + } else { $reduced .= $w[0].'.'; } } @@ -82,8 +78,7 @@ final class PhabricatorPeopleTestDataGenerator 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 index a4ae91f10e..d55b723ed9 100644 --- a/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php +++ b/src/applications/releeph/conduit/ReleephQueryRequestsConduitAPIMethod.php @@ -56,7 +56,7 @@ final class ReleephQueryRequestsConduitAPIMethod $object = $releephRequest->getRequestedObject(); if ($object instanceof DifferentialRevision) { $object_phid = $object->getPHID(); - } else { + } else { $object_phid = null; }