mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 00:46:59 +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:
@@ -34,7 +34,7 @@ use SP\DataModel\NotificationData;
|
||||
*
|
||||
* @package SP\Modules\Web\Forms
|
||||
*/
|
||||
class NotificationForm extends FormBase implements FormInterface
|
||||
final class NotificationForm extends FormBase implements FormInterface
|
||||
{
|
||||
/**
|
||||
* @var NotificationData
|
||||
@@ -45,6 +45,7 @@ class NotificationForm extends FormBase implements FormInterface
|
||||
* Validar el formulario
|
||||
*
|
||||
* @param $action
|
||||
*
|
||||
* @return bool
|
||||
* @throws \SP\Core\Exceptions\ValidationException
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user