Skip to content
This repository has been archived by the owner on Oct 19, 2022. It is now read-only.

Commit

Permalink
Added string argument definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Edwin Jacobs committed Nov 12, 2020
1 parent 16a4b3f commit 9b415a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model/Client/Request.php
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public function getParameters()
* @param string $parameter
* @return mixed|null
*/
public function getParameter($parameter)
public function getParameter(string $parameter)
{
if (isset($this->parameters[$parameter])) {
return $this->parameters[$parameter];
Expand Down

0 comments on commit 9b415a6

Please sign in to comment.