1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-20 20:40:56 +01:00

Fix missing property on revision adapter.

This commit is contained in:
epriestley 2013-10-07 03:41:00 -07:00
parent 2a69b91000
commit c4ecdfa2a5

View file

@ -1,8 +1,5 @@
<?php
/**
* @group herald
*/
final class HeraldDifferentialRevisionAdapter extends HeraldAdapter {
protected $revision;
@ -16,6 +13,7 @@ final class HeraldDifferentialRevisionAdapter extends HeraldAdapter {
protected $remCCs = array();
protected $emailPHIDs = array();
protected $addReviewerPHIDs = array();
protected $blockingReviewerPHIDs = array();
protected $repository;
protected $affectedPackages;