Skip to content

Commit

Permalink
Merge pull request #345 from web-vision/php84
Browse files Browse the repository at this point in the history
[TASK] Avoid implicitly nullable class method parameter
  • Loading branch information
calien666 authored Jul 12, 2024
2 parents 7ad9ed8 + e033d2d commit 03d2d72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Functional/Fixtures/Traits/SiteBasedTestTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ protected function buildLanguageConfiguration(
string $identifier,
string $base,
array $fallbackIdentifiers = [],
string $fallbackType = null
?string $fallbackType = null
): array {
$preset = $this->resolveLanguagePreset($identifier);

Expand Down

0 comments on commit 03d2d72

Please sign in to comment.