mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-06 08:34:16 +01:00
* [MOD] Improved plugins manager
* [MOD] Code refactoring and cleanup * [MOD] Make classes final for performance improvements and avoid some side behaviours
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
/**
|
||||
* sysPass
|
||||
*
|
||||
* @author nuxsmin
|
||||
* @link https://syspass.org
|
||||
* @author nuxsmin
|
||||
* @link https://syspass.org
|
||||
* @copyright 2012-2018, Rubén Domínguez nuxsmin@$syspass.org
|
||||
*
|
||||
* This file is part of sysPass.
|
||||
@@ -33,7 +33,7 @@ use SP\DataModel\ClientData;
|
||||
*
|
||||
* @package SP\Modules\Web\Forms
|
||||
*/
|
||||
class ClientForm extends FormBase implements FormInterface
|
||||
final class ClientForm extends FormBase implements FormInterface
|
||||
{
|
||||
/**
|
||||
* @var ClientData
|
||||
@@ -44,6 +44,7 @@ class ClientForm extends FormBase implements FormInterface
|
||||
* Validar el formulario
|
||||
*
|
||||
* @param $action
|
||||
*
|
||||
* @return bool
|
||||
* @throws \SP\Core\Exceptions\ValidationException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user