Completed
Push — master ( 4cc058...75e069 )
by Ricardo
07:50
created
src/Traits/ModelHasIntegrations.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,6 @@
 block discarded – undo
37 37
     /**
38 38
      * Leave all integrations
39 39
      *
40
-     * @param  integer $integrationId
41 40
      * @param  integer $userId
42 41
      * @return void
43 42
      */
Please login to merge, or discard this patch.
src/Connectors/Gitlab/Import.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
         $this->projects($output);
19 19
     }
20 20
     
21
+    /**
22
+     * @param boolean $output
23
+     */
21 24
     public function projects($output)
22 25
     {
23 26
         $projects = $this->_connection->api('projects')->all([
Please login to merge, or discard this patch.