1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 08:58:55 +02:00

Merge pull request #9 from cep21/master

https://secure.phabricator.com/D1210
This commit is contained in:
Evan Priestley 2011-12-14 15:32:43 -08:00
commit f75cf71c9e

View file

@ -44,6 +44,7 @@ class ArcanistLintJSONRenderer {
$message->getLine() - self::LINES_OF_CONTEXT,
self::LINES_OF_CONTEXT * 2 + 1
)),
'description' => $message->getDescription(),
);
}