Test Setup Failed
Pull Request — master (#10)
by
unknown
01:32
created
src/Connection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
     /**
299 299
      * Run a select statement against the database.
300 300
      *
301
-     * @param string|FluentAQL $query
301
+     * @param FluentAQL $query
302 302
      * @param array $bindings
303 303
      * @param bool $useReadPdo
304 304
      * @param null|array $transactionCollections
@@ -359,7 +359,7 @@  discard block
 block discarded – undo
359 359
     /**
360 360
      * Run an update statement against the database.
361 361
      *
362
-     * @param  string|FluentAQL  $query
362
+     * @param  FluentAQL  $query
363 363
      * @param  array   $bindings
364 364
      * @param  array|null   $transactionCollections
365 365
      * @return int
Please login to merge, or discard this patch.