Completed
Push — master ( da729e...fa941f )
by Basil
04:01
created
dev/RepoController.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -192,6 +192,10 @@  discard block
 block discarded – undo
192 192
     	return $this->_gitWrapper;
193 193
     }
194 194
     
195
+    /**
196
+     * @param boolean $isFork
197
+     * @param boolean $exists
198
+     */
195 199
     private function summaryItem($repo, $isFork, $exists)
196 200
     {
197 201
     	return [$repo, $exists, $isFork];
@@ -202,6 +206,9 @@  discard block
 block discarded – undo
202 206
     	return 'repos' . DIRECTORY_SEPARATOR . $repo;
203 207
     }
204 208
     
209
+    /**
210
+     * @param string|boolean $username
211
+     */
205 212
     private function forkExists($username, $repo)
206 213
     {
207 214
     	return (new Curl())->get('https://api.github.com/repos/'.$username.'/'.$repo)->isSuccess();
Please login to merge, or discard this patch.