php8 fixes
[web.mtrack] / MTrack / SCM / Git / Event.php
index 3cf011b..d724b0d 100644 (file)
@@ -24,6 +24,8 @@ class MTrack_SCM_Git_Event extends MTrackSCMEvent
     public $files;
 
     public $commit;
+    var $tags;
+    var $files_array;
     /**
      * this is based on the output from git --raw --numstat
      */