Completed
Push — develop ( f8979c...74927d )
by John
03:17
created
Alpha/Model/ActiveRecordProviderMySQL.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2363,11 +2363,11 @@
 block discarded – undo
2363 2363
      * parameters.  If arrays of attribute names and values are provided, only those will be bound to
2364 2364
      * the supplied statement.
2365 2365
      *
2366
-     * @param mysqli_stmt $stmt The SQL statement to bind to.
2366
+     * @param \mysqli_stmt $stmt The SQL statement to bind to.
2367 2367
      * @param array Optional array of BO attributes.
2368 2368
      * @param array Optional array of BO values.
2369 2369
      *
2370
-     * @return mysqli_stmt
2370
+     * @return \mysqli_stmt
2371 2371
      *
2372 2372
      * @since 1.1
2373 2373
      */
Please login to merge, or discard this patch.