Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Feb 6, 2018
1 parent d97591c commit 1f9c6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JsonApi/Exception/DefaultExceptionFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function createQueryParamMalformedException(
RequestInterface $request,
string $queryParamName,
$queryParamValue
): QueryParamMalformed {
): JsonApiExceptionInterface {
return new QueryParamMalformed($queryParamName, $queryParamValue);
}

Expand Down

0 comments on commit 1f9c6b4

Please sign in to comment.