Skip to content

Commit 586f4da

Browse files
committed
update pint.json style
1 parent 2de507d commit 586f4da

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pint.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"import_functions": true
5252
},
5353
"is_null": true,
54+
"no_unused_imports": true,
5455
"lambda_not_used_import": true,
5556
"logical_operators": true,
5657
"mb_str_functions": true,
@@ -109,4 +110,4 @@
109110
"sort_algorithm": "none"
110111
}
111112
}
112-
}
113+
}

src/Repositories/RedisBatchRepository.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ protected function executeWithLock(string $lockKey, Closure $callback, $retryCou
276276
if ($this->acquireLock($lockKey)) {
277277
try {
278278
if ($attempts > 5) {
279-
$this->debug( "finally got lock. Attempt: " . $attempts );
279+
$this->debug("finally got lock. Attempt: " . $attempts);
280280
}
281281

282282
return $callback();

0 commit comments

Comments
 (0)