Skip to content

Commit 3cf9a58

Browse files
committedOct 7, 2014
Minor formatting changes
Summary: Apply some autofix linter rules. Test Plan: `arc lint` and `arc unit` Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: epriestley, Korvin, hach-que Differential Revision: https://secure.phabricator.com/D10585
1 parent fcd2025 commit 3cf9a58

File tree

270 files changed

+823
-578
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

270 files changed

+823
-578
lines changed
 

‎scripts/symbols/generate_php_symbols.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
}
9999
}
100100

101-
function print_symbol($file, $type, $token, $context=null) {
101+
function print_symbol($file, $type, $token, $context = null) {
102102
$parts = array(
103103
$context ? $context->getConcreteString() : '',
104104
// variable tokens are `$name`, not just `name`, so strip the $ off of

‎src/aphront/configuration/AphrontDefaultApplicationConfiguration.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ public function buildRedirectController($uri, $external) {
306306
array(
307307
'uri' => $uri,
308308
'external' => $external,
309-
));
309+
),
310+
);
310311
}
311312

312313
}

0 commit comments

Comments
 (0)
Failed to load comments.