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)
Tue, May 7, 5:17 AM
Unknown Object (File)
Sat, Apr 27, 10:33 AM
Unknown Object (File)
Fri, Apr 26, 9:41 AM
Unknown Object (File)
Mon, Apr 22, 4:55 PM
Unknown Object (File)
Wed, Apr 17, 2:57 PM
Unknown Object (File)
Thu, Apr 11, 7:09 AM
Unknown Object (File)
Jan 17 2024, 9:58 AM
Unknown Object (File)
Jan 9 2024, 6:03 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.