Completed
Push — master ( 0fc1b0...714b2e )
by Renato
10s
created
app/Contracts/ProviderInterface.php 1 patch
Doc Comments   +12 added lines patch added patch discarded remove patch
@@ -8,16 +8,28 @@
 block discarded – undo
8 8
 
9 9
     public function templateRepository($repo, $slug = false);
10 10
 
11
+    /**
12
+     * @return \Illuminate\Support\Collection
13
+     */
11 14
     public function readRepositories();
12 15
 
13 16
     public function createOrUpdateRepository($owner, $obj, $oldTitle = null);
14 17
 
15 18
     public function organization($login);
16 19
 
20
+    /**
21
+     * @return void
22
+     */
17 23
     public function readCollaborators($owner, $repo);
18 24
 
25
+    /**
26
+     * @return void
27
+     */
19 28
     public function createBranches($owner, $product_backlog_id, $repo);
20 29
 
30
+    /**
31
+     * @return void
32
+     */
21 33
     public function readIssues();
22 34
 
23 35
     public function createOrUpdateIssue($obj);
Please login to merge, or discard this patch.