mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 17:59:21 +02:00
#451 PHPStan level 5
This commit is contained in:
parent
7121649cc9
commit
c8a07b218a
1 changed files with 3 additions and 3 deletions
|
@ -2747,9 +2747,9 @@ class sambaSamAccount extends baseModule implements passwordService, AccountStat
|
|||
* Sets the expiration date of this account.
|
||||
* If all parameters are null the expiration date will be removed.
|
||||
*
|
||||
* @param String $year year (e.g. 2040)
|
||||
* @param String $month month (e.g. 8)
|
||||
* @param String $day day (e.g. 27)
|
||||
* @param int|null $year year (e.g. 2040)
|
||||
* @param int|null $month month (e.g. 8)
|
||||
* @param int|null $day day (e.g. 27)
|
||||
*/
|
||||
public function setExpirationDate($year, $month, $day) {
|
||||
if (($year == null) && ($month == null) && ($day == null)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue