mirror of
https://we.phorge.it/source/arcanist.git
synced 2025-02-22 19:49:01 +01:00
Minor, make amendCommit() prototypes match up to avoid E_STRICT.
This commit is contained in:
parent
f9d55d809f
commit
1df922b74f
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ abstract class ArcanistRepositoryAPI {
|
|||
ConduitClient $conduit,
|
||||
array $query);
|
||||
|
||||
public function amendCommit() {
|
||||
public function amendCommit($message) {
|
||||
throw new ArcanistCapabilityNotSupportedException($this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue