@@ -116,7 +116,7 @@ discard block |
||
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 |
||
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 | */ |
@@ -312,6 +312,7 @@ |
||
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 |