Skip to content

Commit

Permalink
fix(client/request-builder): addPriority return $this (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Levis <flevis@hubee.tv>
  • Loading branch information
Gounlaf authored and mcustiel committed Mar 9, 2019
1 parent 117cddf commit 86a462f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Client/Utils/RequestBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,14 @@ public function andScenarioState($scenario, $scenarioState)

/**
* @param int $priority
*
* @return \Mcustiel\Phiremock\Client\Utils\RequestBuilder
*/
public function andPriority($priority)
{
$this->priority = $priority;

return $this;
}

/**
Expand Down

0 comments on commit 86a462f

Please sign in to comment.