mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix function/method declaration lint in Phabricator. Automatic patches.
Auditors: vrana
This commit is contained in:
parent
a22bea2a74
commit
0d38bca11f
2 changed files with 3 additions and 6 deletions
|
@ -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);
|
||||
|
||||
|
|
|
@ -61,8 +61,7 @@ final class PhabricatorImageTransformer {
|
|||
$top,
|
||||
$left,
|
||||
$width,
|
||||
$height
|
||||
) {
|
||||
$height) {
|
||||
|
||||
$image = $this->crasslyCropTo(
|
||||
$file,
|
||||
|
|
Loading…
Reference in a new issue