mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Add void after some methods.
This commit is contained in:
@@ -527,7 +527,7 @@ class User extends Authenticatable
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public function setLdapDomain($domain)
|
||||
public function setLdapDomain($domain): void
|
||||
{
|
||||
$this->{$this->getLdapDomainColumn()} = $domain;
|
||||
}
|
||||
@@ -539,7 +539,7 @@ class User extends Authenticatable
|
||||
*
|
||||
* @deprecated
|
||||
*/
|
||||
public function setLdapGuid($guid)
|
||||
public function setLdapGuid($guid): void
|
||||
{
|
||||
$this->{$this->getLdapGuidColumn()} = $guid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user