Completed
Push — 2.0 ( 9e1156...92ab5e )
by grégoire
03:34
created
sources/lib/PreparedQuery/PreparedQuery.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
      *
117 117
      * @access public
118 118
      * @param  array    $values Query parameters
119
-     * @return Resource
119
+     * @return \PommProject\Foundation\Session\ResultHandler
120 120
      */
121 121
     public function execute(array $values = [])
122 122
     {
@@ -196,7 +196,7 @@  discard block
 block discarded – undo
196 196
      * Prepare parameters to be sent.
197 197
      *
198 198
      * @access protected
199
-     * @param  mixed    $sql
199
+     * @param  string    $sql
200 200
      * @param  array    $values
201 201
      * @return array    $prepared_values
202 202
      */
Please login to merge, or discard this patch.
sources/lib/Session/Connection.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -312,6 +312,7 @@
 block discarded – undo
312 312
      *
313 313
      * @access protected
314 314
      * @param  string (default null)
315
+     * @param string $sql
315 316
      * @throws ConnectionException if no response are available.
316 317
      * @throws SqlException if the result is an error.
317 318
      * @return ResultHandler|array
Please login to merge, or discard this patch.