| @@ -36,6 +36,9 @@ discard block | ||
| 36 | 36 | $this->eventLogger = null; | 
| 37 | 37 | } | 
| 38 | 38 | |
| 39 | + /** | |
| 40 | + * @param string $as | |
| 41 | + */ | |
| 39 | 42 | public function setAs($as) | 
| 40 | 43 |      { | 
| 41 | 44 |          if ($as != $this->as) { | 
| @@ -118,6 +121,9 @@ discard block | ||
| 118 | 121 | return $remote; | 
| 119 | 122 | } | 
| 120 | 123 | |
| 124 | + /** | |
| 125 | + * @param string $projectWithOrg | |
| 126 | + */ | |
| 121 | 127 | protected function existingPRs($projectWithOrg, VersionIdentifiers $vids) | 
| 122 | 128 |      { | 
| 123 | 129 | $preamble = $vids->getPreamble(); |