Completed
Push — master ( 9fe637...82868c )
by Sergey
13s
created
src/BulkSql/BulkInsert.php 1 patch
Unused Use Statements   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace League\Database\BulkSql;
4 4
 
5
-use PDOStatement;
6
-use League\Database\Traits\BulkSqlTrait;
7 5
 use League\Database\Exceptions\LogicException;
6
+use League\Database\Traits\BulkSqlTrait;
7
+use PDOStatement;
8 8
 
9 9
 class BulkInsert extends Base
10 10
 {
Please login to merge, or discard this patch.
src/Utils/Transaction.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -124,7 +124,7 @@
 block discarded – undo
124 124
      * @param int     $attempts
125 125
      * @param null    $connection
126 126
      *
127
-     * @return bool
127
+     * @return boolean|null
128 128
      * @throws TransactionException
129 129
      */
130 130
     public static function attempt(Closure $callback, int $attempts = 1, $connection = null)
Please login to merge, or discard this patch.