mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-04-04 05:43:35 +03:00
Fixed braces (psr goodness)
This commit is contained in:
parent
6f713cb97d
commit
a258847cac
1 changed files with 2 additions and 1 deletions
|
@ -238,7 +238,8 @@ class Server
|
|||
* @param string $key
|
||||
* @param string $value
|
||||
*/
|
||||
public function setParam($key, $value) {
|
||||
public function setParam($key, $value)
|
||||
{
|
||||
$this->params[$key] = $value;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue