@@ -2,9 +2,9 @@ |
||
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 | { |
@@ -124,7 +124,7 @@ |
||
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) |