Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Commit

Permalink
make lint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fredemmott committed Apr 8, 2020
1 parent bea968a commit 3b57c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uri-patterns/UriBuilderBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ classname<TypedUriParameter<T>> $parameter_type,
$part = $this->parameters[$name] ?? null;
invariant(
$part !== null,
"%s is not a valid parameter - expected one of [%s]",
'%s is not a valid parameter - expected one of [%s]',
$name,
\implode(', ', $this->parameters->keys()->map($x ==> "'".$x."'")),
);
Expand Down

0 comments on commit 3b57c2b

Please sign in to comment.