Completed
Push — master ( defc9d...f38146 )
by Christopher
02:50
created
Connection.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@  discard block
 block discarded – undo
99 99
     /**
100 100
      * Get the current resource of connection.
101 101
      *
102
-     * @return mixed
102
+     * @return Connection
103 103
      */
104 104
     public function getResource()
105 105
     {
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
      * Retrieve the last error on the current
141 141
      * connection.
142 142
      *
143
-     * @return string
143
+     * @return boolean
144 144
      */
145 145
     public function connect($hostname = [], $port = '389')
146 146
     {
@@ -173,7 +173,7 @@  discard block
 block discarded – undo
173 173
     /**
174 174
      * Closes the current connection.
175 175
      *
176
-     * @return mixed
176
+     * @return boolean
177 177
      */
178 178
     public function close()
179 179
     {
Please login to merge, or discard this patch.