1
0
Fork 0
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:
epriestley 2012-06-07 19:36:30 -07:00
parent f9d55d809f
commit 1df922b74f

View file

@ -179,7 +179,7 @@ abstract class ArcanistRepositoryAPI {
ConduitClient $conduit,
array $query);
public function amendCommit() {
public function amendCommit($message) {
throw new ArcanistCapabilityNotSupportedException($this);
}