1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-07-29 22:41:11 +03:00

remove psalm warnings from code; fix password_expiry behaviour when enabled/disabled on MySQL

This commit is contained in:
David Goodwin
2018-12-28 19:27:33 +00:00
parent d74b276192
commit 19cda31849
9 changed files with 302 additions and 219 deletions

View File

@ -59,6 +59,7 @@ class Shell {
* @access public
*/
public $args = array();
/**
* The file name of the shell that was invoked.
*
@ -66,6 +67,7 @@ class Shell {
* @access public
*/
public $shell;
/**
* The class name of the shell that was invoked.
*
@ -73,12 +75,14 @@ class Shell {
* @access public
*/
public $className;
/**
* The command called if public methods are available.
*
* @var string
* @access public
*/
public $command;
/**
* The name of the shell in camelized.