MTrack/SCM/WorkingCopy.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:44:24 +0000 (16:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 6 Sep 2011 08:44:24 +0000 (16:44 +0800)
MTrack/SCM/WorkingCopy.php

index 2f2c834..f4abac9 100644 (file)
@@ -14,7 +14,7 @@ abstract class MTrack_SCM_WorkingCopy {
     /** removes a file from the working copy */
     abstract function delFile($path);
     /** commit changes that are pending in the working copy */
-    abstract function commit(MTrackChangeset $CS);
+    abstract function commit($CS);
     /** get an MTrackSCMFile representation of a file */
     abstract function getFile($path);