Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
priyadi committed Apr 12, 2024
1 parent bbe0a22 commit ecdfe89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Util/IriHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public static function parseIri(string $iri, string $pageParameterName): array
/**
* Gets a collection IRI for the given parameters.
*/
public static function createIri(array $parts, array $parameters, ?string $pageParameterName = null, null|float|string $page = null, $urlGenerationStrategy = UrlGeneratorInterface::ABS_PATH): string
public static function createIri(array $parts, array $parameters, ?string $pageParameterName = null, float|string|null $page = null, $urlGenerationStrategy = UrlGeneratorInterface::ABS_PATH): string
{
if (null !== $page && null !== $pageParameterName) {
$parameters[$pageParameterName] = $page;
Expand Down

0 comments on commit ecdfe89

Please sign in to comment.