diff options
Diffstat (limited to 'Postman/Postman-Controller/PostmanManageConfigurationAjaxHandler.php')
-rw-r--r-- | Postman/Postman-Controller/PostmanManageConfigurationAjaxHandler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Postman/Postman-Controller/PostmanManageConfigurationAjaxHandler.php b/Postman/Postman-Controller/PostmanManageConfigurationAjaxHandler.php index 2c05b3a..1260dad 100644 --- a/Postman/Postman-Controller/PostmanManageConfigurationAjaxHandler.php +++ b/Postman/Postman-Controller/PostmanManageConfigurationAjaxHandler.php @@ -27,7 +27,7 @@ class PostmanWizardSocket { /** * - * @param unknown $queryHostData + * @param mixed $queryHostData */ function __construct($queryHostData) { $this->hostname = $queryHostData ['hostname']; |