Skip to content

Commit

Permalink
Merge pull request #5 from lamoda/edit-method-param-type
Browse files Browse the repository at this point in the history
Update WireMock.php
  • Loading branch information
dedpikhto authored Jun 17, 2020
2 parents ff2c042 + de0accb commit 1a07f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Module/WireMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function receivedRequestToWireMock($builderOrCount, RequestPatternBuilder
}

/**
* @param RequestPatternBuilder $builder
* @param \WireMock\Client\RequestPatternBuilder $builder
* @return \WireMock\Client\LoggedRequest[]
*/
public function findReceivedRequestsToWireMock(RequestPatternBuilder $builder)
Expand Down

0 comments on commit 1a07f04

Please sign in to comment.