Completed
Push — master ( 039795...c571cc )
by Ricardo
02:33
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.
src/Http/Middleware/LdapService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
      * Get the details of a user from LDAP using the given username.
81 81
      * User found via configurable user filter.
82 82
      *
83
-     * @param  $userName
83
+     * @param  string $userName
84 84
      * @return array|null
85 85
      * @throws LdapException
86 86
      */
@@ -154,7 +154,7 @@  discard block
 block discarded – undo
154 154
      * Bind the system user to the LDAP connection using the given credentials
155 155
      * otherwise anonymous access is attempted.
156 156
      *
157
-     * @param  $connection
157
+     * @param  resource $connection
158 158
      * @throws LdapException
159 159
      */
160 160
     protected function bindSystemUser($connection)
Please login to merge, or discard this patch.