mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Remove unused parameter from PhabricatorConfigConsoleController::newLibraryVersionTable() call
Summary: `Method PhabricatorConfigConsoleController::newLibraryVersionTable() invoked with 1 parameter, 0 required.` Thus remove the parameter from its only call across the codebase. Test Plan: Read the code. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25745
This commit is contained in:
parent
0b93685cc9
commit
4e31cadb54
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ final class PhabricatorConfigConsoleController
|
|||
->setBackground(PHUIObjectBoxView::WHITE_CONFIG)
|
||||
->setObjectList($menu);
|
||||
|
||||
$versions = $this->newLibraryVersionTable($viewer);
|
||||
$versions = $this->newLibraryVersionTable();
|
||||
$binary_versions = $this->newBinaryVersionTable();
|
||||
|
||||
$launcher_view = id(new PHUILauncherView())
|
||||
|
|
Loading…
Reference in a new issue