Completed
Push — master ( 6ffd4c...f02542 )
by Ricardo
02:35
created
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.