inc/CommitCheck/PhpLint.php
authorAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 04:37:35 +0000 (12:37 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 26 Jan 2011 04:37:35 +0000 (12:37 +0800)
inc/CommitCheck/PhpLint.php

index 0a19105..dda7e5c 100644 (file)
@@ -7,7 +7,7 @@ class MTrackCommitCheck_PhpLint implements IMTrackCommitListener
 
     function vetoCommit($msg, $files, $actions, $checker)
     {
-        // should only have a list of files
+        // should only have a list of files which have been updated/added.
         $fqfiles = array();
         foreach ($files as $filename) {
           $fqfiles[] = $checker->repo->shortname . '/' . $filename;