Completed
Push — master ( 3c2674...5698f6 )
by Ricardo
06:00
created
src/Connectors/Twitter/DatumboxAPI.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@
 block discarded – undo
52 52
     /**
53 53
      * Parses the API Reply
54 54
      * 
55
-     * @param mixed $jsonreply
55
+     * @param string $jsonreply
56 56
      * 
57 57
      * @return mixed
58 58
      */
Please login to merge, or discard this patch.
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.