Skip to content

Commit

Permalink
Drop string annotation to allow Phockito to produce fake
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanhill committed Dec 30, 2021
1 parent d6c6224 commit 7dd9d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WireMock/Client/MappingBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public function persistent()
* @param WebhookDefinition $webhook
* @return $this
*/
public function withPostServeAction(string $name, WebhookDefinition $webhook)
public function withPostServeAction($name, WebhookDefinition $webhook)
{
if (!isset($this->_postServeActions)) {
$this->_postServeActions = array();
Expand Down

0 comments on commit 7dd9d5f

Please sign in to comment.