Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Implement HttpRequestInterface and update…
Browse files Browse the repository at this point in the history
… tests
  • Loading branch information
koriym committed Apr 29, 2024
1 parent f364aa8 commit 90a31d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/HttpResourceObject.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function __construct(
) {
}

/** @SuppressWarnings(PHPMD.CamelCaseMethodName) */
public function _invokeRequest(InvokerInterface $invoker, AbstractRequest $request): ResourceObject
{
unset($invoker);
Expand Down

0 comments on commit 90a31d3

Please sign in to comment.