Page MenuHomePhabricator

Fix brace formatting linter rule
ClosedPublic

Authored by joshuaspence on Jul 14 2015, 10:29 PM.
Tags
None
Referenced Files
F15507242: D13633.diff
Tue, Apr 15, 5:46 PM
F15488733: D13633.id32987.diff
Fri, Apr 11, 2:15 AM
F15488705: D13633.id32987.diff
Fri, Apr 11, 1:54 AM
F15474420: D13633.diff
Sun, Apr 6, 8:39 AM
F15469531: D13633.id32987.diff
Fri, Apr 4, 2:14 PM
F15463127: D13633.id.diff
Tue, Apr 1, 8:37 PM
F15460367: D13633.diff
Mon, Mar 31, 10:22 PM
F15396020: D13633.diff
Mar 16 2025, 11:16 AM
Subscribers

Details

Summary

Fixes T8847.

Test Plan

Ran arc lint on a test file:

<?php

if ($x) {
  echo 'foo';
}else {
  echo 'bar';
}

Diff Detail

Repository
rARC Arcanist
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

joshuaspence retitled this revision from to Fix brace formatting linter rule.
joshuaspence updated this object.
joshuaspence edited the test plan for this revision. (Show Details)
joshuaspence added a reviewer: epriestley.
epriestley edited edge metadata.
This revision is now accepted and ready to land.Jul 15 2015, 5:16 PM
This revision was automatically updated to reflect the committed changes.