@@ -92,7 +92,7 @@ public function getUsernameFormat()
92
92
/**
93
93
* {@inheritdoc}
94
94
*/
95
- public function & setUsernameFormat ($ value )
95
+ public function setUsernameFormat ($ value )
96
96
{
97
97
if (in_array ($ value , self ::VALID_USERNAME_FORMATS )) {
98
98
$ this ->username_format = $ value ;
@@ -114,7 +114,7 @@ public function rememberExtendsSession()
114
114
/**
115
115
* {@inheritdoc}
116
116
*/
117
- public function & setRememberExtendsSession ($ value )
117
+ public function setRememberExtendsSession ($ value )
118
118
{
119
119
$ this ->remember_extends_session = (bool ) $ value ;
120
120
@@ -132,7 +132,7 @@ public function isPasswordChangeEnabled()
132
132
/**
133
133
* {@inheritdoc}
134
134
*/
135
- public function & setIsPasswordChangeEnabled ($ value )
135
+ public function setIsPasswordChangeEnabled ($ value )
136
136
{
137
137
$ this ->password_change_enabled = (bool ) $ value ;
138
138
@@ -150,7 +150,7 @@ public function isPasswordRecoveryEnabled()
150
150
/**
151
151
* {@inheritdoc}
152
152
*/
153
- public function & setIsPasswordRecoveryEnabled ($ value )
153
+ public function setIsPasswordRecoveryEnabled ($ value )
154
154
{
155
155
$ this ->password_recovery_enabled = (bool ) $ value ;
156
156
@@ -168,7 +168,7 @@ public function getExternalLoginUrl()
168
168
/**
169
169
* {@inheritdoc}
170
170
*/
171
- public function & setExternalLoginUrl ($ value )
171
+ public function setExternalLoginUrl ($ value )
172
172
{
173
173
$ this ->external_login_url = $ this ->getValidExternalUrlValue ($ value );
174
174
@@ -186,7 +186,7 @@ public function getExternalLogoutUrl()
186
186
/**
187
187
* {@inheritdoc}
188
188
*/
189
- public function & setExternalLogoutUrl ($ value )
189
+ public function setExternalLogoutUrl ($ value )
190
190
{
191
191
$ this ->external_logout_url = $ this ->getValidExternalUrlValue ($ value );
192
192
@@ -204,7 +204,7 @@ public function getExternalChangePasswordUrl()
204
204
/**
205
205
* {@inheritdoc}
206
206
*/
207
- public function & setExternalChangePasswordUrl ($ value )
207
+ public function setExternalChangePasswordUrl ($ value )
208
208
{
209
209
$ this ->external_change_password_url = $ this ->getValidExternalUrlValue ($ value );
210
210
@@ -222,7 +222,7 @@ public function getExternalUpdateProfileUrl()
222
222
/**
223
223
* {@inheritdoc}
224
224
*/
225
- public function & setExternalUpdateProfileUrl ($ value )
225
+ public function setExternalUpdateProfileUrl ($ value )
226
226
{
227
227
$ this ->external_update_profile_url = $ this ->getValidExternalUrlValue ($ value );
228
228
0 commit comments