1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 09:18:48 +02:00

Fix function/method declaration lint in Phabricator. Automatic patches.

Auditors: vrana
This commit is contained in:
epriestley 2013-02-19 13:47:03 -08:00
parent a22bea2a74
commit 0d38bca11f
2 changed files with 3 additions and 6 deletions

View file

@ -259,14 +259,12 @@ abstract class DifferentialChangesetRenderer {
abstract public function renderTextChange(
$range_start,
$range_len,
$rows
);
$rows);
abstract public function renderFileChange(
$old = null,
$new = null,
$id = 0,
$vs = 0
);
$vs = 0);
abstract protected function renderChangeTypeHeader($force);

View file

@ -61,8 +61,7 @@ final class PhabricatorImageTransformer {
$top,
$left,
$width,
$height
) {
$height) {
$image = $this->crasslyCropTo(
$file,