* Throw a showstopper exception when a hook function fails to return a value.
[lhc/web/wiklou.git] / includes / filerepo / ForeignDBRepo.php
index fc3c829..1a93d5e 100644 (file)
@@ -43,7 +43,7 @@ class ForeignDBRepo extends LocalRepo {
                return $this->hasSharedCache;
        }
 
-       function store( /*...*/ ) {
+       function store( $srcPath, $dstZone, $dstRel, $flags = 0 ) {
                throw new MWException( get_class($this) . ': write operations are not supported' );
        }
 }