Skip to content

Commit aab681a

Browse files
GrahamCampbellStyleCIBot
authored andcommitted
Apply fixes from StyleCI
1 parent e1eff58 commit aab681a

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

src/Api/Users.php

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -244,25 +244,25 @@ public function unblock(int $id)
244244
return $this->post('users/'.self::encodePath($id).'/unblock');
245245
}
246246

247-
/**
248-
* @param int $id
249-
*
250-
* @return mixed
251-
*/
252-
public function activate(int $id)
253-
{
254-
return $this->post('users/'.self::encodePath($id).'/activate');
255-
}
256-
257-
/**
258-
* @param int $id
259-
*
260-
* @return mixed
261-
*/
262-
public function deactivate(int $id)
263-
{
264-
return $this->post('users/'.self::encodePath($id).'/deactivate');
265-
}
247+
/**
248+
* @param int $id
249+
*
250+
* @return mixed
251+
*/
252+
public function activate(int $id)
253+
{
254+
return $this->post('users/'.self::encodePath($id).'/activate');
255+
}
256+
257+
/**
258+
* @param int $id
259+
*
260+
* @return mixed
261+
*/
262+
public function deactivate(int $id)
263+
{
264+
return $this->post('users/'.self::encodePath($id).'/deactivate');
265+
}
266266

267267
/**
268268
* @return mixed

0 commit comments

Comments
 (0)