Completed
Push — master ( 0fd87e...83a9bc )
by grégoire
218:57
created
sources/lib/Inspector/Inspector.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -115,7 +115,7 @@
 block discarded – undo
115 115
      *
116 116
      * @access public
117 117
      * @param  int                 $oid
118
-     * @return \PommProject\Foundation\ConvertedResultIterator|null
118
+     * @return \PommProject\Foundation\ConvertedResultIterator
119 119
      */
120 120
     public function getTableFieldInformation($oid)
121 121
     {
Please login to merge, or discard this patch.
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.
sources/lib/Session/ResultHandler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -236,7 +236,7 @@
 block discarded – undo
236 236
      * @access public
237 237
      * @param  string   $name
238 238
      * @throws  FoundationException on error
239
-     * @return int|null
239
+     * @return integer
240 240
      */
241 241
     public function getTypeOid($name)
242 242
     {
Please login to merge, or discard this patch.