Skip to content

Commit

Permalink
Apply Rector changes (CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik authored and github-actions[bot] committed Jul 21, 2023
1 parent 3565330 commit 6d57c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ private function createContainer(?string $postfix = null, ?array $params = null)

private function getDiConfig(?string $postfix = null, ?array $params = null): array
{
$params = $params ?? $this->getParams();
$params ??= $this->getParams();
return require dirname(__DIR__) . '/config/di' . ($postfix !== null ? '-' . $postfix : '') . '.php';
}

Expand Down

0 comments on commit 6d57c83

Please sign in to comment.