Skip to content

Commit c93a323

Browse files
Merge pull request #64 from aligent/feature/php_8_4
Add PHP 8.4 support
2 parents eec77a6 + 16c64a8 commit c93a323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Model/Indexer/AsyncEventSubscriber.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public function __construct(
7676
private readonly ElasticsearchFactory $adapterFactory,
7777
private readonly AsyncEventLogMapper $loggerMapper,
7878
private readonly array $data,
79-
int $batchSize = null,
80-
DeploymentConfig $deploymentConfig = null
79+
?int $batchSize = null,
80+
?DeploymentConfig $deploymentConfig = null
8181
) {
8282
$this->batchSize = $batchSize ?? self::BATCH_SIZE;
8383
$this->deploymentConfig = $deploymentConfig ?: ObjectManager::getInstance()->get(DeploymentConfig::class);

0 commit comments

Comments
 (0)