diff --git a/src/exception/usage/ArcanistUncommittedChangesException.php b/src/exception/usage/ArcanistUncommittedChangesException.php --- a/src/exception/usage/ArcanistUncommittedChangesException.php +++ b/src/exception/usage/ArcanistUncommittedChangesException.php @@ -1,5 +1,4 @@ getUnmodifiedFileContent(); diff --git a/src/lint/engine/ArcanistLintEngine.php b/src/lint/engine/ArcanistLintEngine.php --- a/src/lint/engine/ArcanistLintEngine.php +++ b/src/lint/engine/ArcanistLintEngine.php @@ -66,9 +66,7 @@ private $linterResources = array(); - public function __construct() { - - } + public function __construct() {} final public function setConfigurationManager( ArcanistConfigurationManager $configuration_manager) { diff --git a/src/unit/engine/ArcanistUnitTestEngine.php b/src/unit/engine/ArcanistUnitTestEngine.php --- a/src/unit/engine/ArcanistUnitTestEngine.php +++ b/src/unit/engine/ArcanistUnitTestEngine.php @@ -34,9 +34,7 @@ return false; } - final public function __construct() { - - } + final public function __construct() {} public function setConfigurationManager( ArcanistConfigurationManager $configuration_manager) { diff --git a/src/workflow/ArcanistFeatureWorkflow.php b/src/workflow/ArcanistFeatureWorkflow.php --- a/src/workflow/ArcanistFeatureWorkflow.php +++ b/src/workflow/ArcanistFeatureWorkflow.php @@ -136,8 +136,7 @@ $command, $name); } - } catch (ConduitClientException $ex) { - } + } catch (ConduitClientException $ex) {} } }