@@ -34,6 +34,9 @@ discard block |
||
| 34 | 34 | $this->eventLogger = null; |
| 35 | 35 | } |
| 36 | 36 | |
| 37 | + /** |
|
| 38 | + * @param string $as |
|
| 39 | + */ |
|
| 37 | 40 | public function setAs($as) |
| 38 | 41 | { |
| 39 | 42 | if ($as != $this->as) { |
@@ -71,6 +74,9 @@ discard block |
||
| 71 | 74 | } |
| 72 | 75 | } |
| 73 | 76 | |
| 77 | + /** |
|
| 78 | + * @param VersionIdentifiers $vids |
|
| 79 | + */ |
|
| 74 | 80 | public function prCheck($projectWithOrg, $vids) |
| 75 | 81 | { |
| 76 | 82 | // Find all of the PRs that contain any vid |