Page MenuHomePhabricator

Fix brace formatting linter rule
ClosedPublic

Authored by joshuaspence on Jul 14 2015, 10:29 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 14, 2:29 PM
Unknown Object (File)
Apr 17 2026, 7:50 PM
Unknown Object (File)
Apr 17 2026, 7:50 PM
Unknown Object (File)
Apr 11 2026, 9:34 PM
Unknown Object (File)
Apr 4 2026, 2:30 AM
Unknown Object (File)
Mar 5 2026, 1:42 AM
Unknown Object (File)
Feb 27 2026, 11:10 PM
Unknown Object (File)
Feb 3 2026, 3:36 PM
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.