Home GnuPG

Fix brace formatting linter rule
58302432cc5fUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Fix brace formatting linter rule

Summary: Fixes T8847.

Test Plan:
Ran arc lint on a test file:

<?php

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

Reviewers: #blessed_reviewers, epriestley

Reviewed By: #blessed_reviewers, epriestley

Subscribers: epriestley, Korvin

Maniphest Tasks: T8847

Differential Revision: https://secure.phabricator.com/D13633

Details

Provenance
Joshua Spence <josh@joshuaspence.com>Authored on Jul 17 2015, 8:40 AM
Parents
rARC3793998df43b: Fix unitialized variable in ArcanistPhpunitTestResultParser
Branches
Unknown
Tags
Unknown

Event Timeline

Joshua Spence <josh@joshuaspence.com> committed rARC58302432cc5f: Fix brace formatting linter rule (authored by Joshua Spence <josh@joshuaspence.com>).Jul 17 2015, 8:40 AM