Integrated FOSUserBundle (#216)

This commit is contained in:
Kevin Papst
2018-07-21 22:36:36 +02:00
committed by GitHub
parent 2d2525cff2
commit 75246e9db2
77 changed files with 1413 additions and 514 deletions

View File

@@ -132,7 +132,7 @@ class UserPreference
}
/**
* @return string|int|bool
* @return mixed
*/
public function getValue()
{
@@ -147,7 +147,10 @@ class UserPreference
}
/**
* @param string|int|bool $value
* Given $value will not be serialized before its stored, so it should be one of the types:
* integer, string or boolean
*
* @param mixed $value
* @return UserPreference
*/
public function setValue($value): UserPreference