mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Added nullsafe operator to simplify conditions
This commit is contained in:
@@ -31,7 +31,7 @@ class DoctrineBatchHelperTest extends TestCase
|
||||
public function entityManagerIsFlushedAndClearedTheExpectedAmountOfTimes(
|
||||
array $iterable,
|
||||
int $batchSize,
|
||||
int $expectedCalls
|
||||
int $expectedCalls,
|
||||
): void {
|
||||
$wrappedIterable = $this->helper->wrapIterable($iterable, $batchSize);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user