Convert variable names to camel case in PHPDoc
[MAILPOET-1796]
This commit is contained in:
@@ -39,7 +39,7 @@ class UserFlagEntity {
|
||||
return $this->userId;
|
||||
}
|
||||
|
||||
/** @param int $user_id */
|
||||
/** @param int $userId */
|
||||
public function setUserId($userId) {
|
||||
$this->userId = $userId;
|
||||
}
|
||||
|
Reference in New Issue
Block a user