Completed
Push — master ( 2ae16a...7fb978 )
by Ricardo
01:56
created
src/Services/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.
src/Traits/Access.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@  discard block
 block discarded – undo
53 53
     /**
54 54
      * Check if any operations are allowed for a Crud Panel. Return false if not.
55 55
      *
56
-     * @param array $operation_array
56
+     * @param boolean $operation_array
57 57
      *
58 58
      * @return bool
59 59
      */
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
     /**
72 72
      * Check if all operations are allowed for a Crud Panel. Return false if not.
73 73
      *
74
-     * @param array $operation_array Permissions.
74
+     * @param string $operation_array Permissions.
75 75
      *
76 76
      * @return bool
77 77
      */
Please login to merge, or discard this patch.
src/Connectors/Connector.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -71,6 +71,7 @@
 block discarded – undo
71 71
 
72 72
     /**
73 73
      * Recupera dados em cima de um get de uma api
74
+     * @param string $path
74 75
      */
75 76
     public function get($path)
76 77
     {
Please login to merge, or discard this patch.