Close #269 added help for console commands + php-cs-fixer
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
* This file is part of the 2amigos/yii2-usuario project.
|
||||
*
|
||||
* (c) 2amigOS! <http://2amigos.us/>
|
||||
* @author E. Alamo <erosdelalamo@gmail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view
|
||||
* the LICENSE file that was distributed with this source code.
|
||||
@ -12,7 +11,6 @@
|
||||
|
||||
namespace Da\User\Form;
|
||||
|
||||
|
||||
use Da\User\Helper\SecurityHelper;
|
||||
use Da\User\Model\User;
|
||||
use Da\User\Traits\ContainerAwareTrait;
|
||||
@ -42,7 +40,7 @@ class GdprDeleteForm extends Model
|
||||
|
||||
/**
|
||||
* @param SecurityHelper $securityHelper
|
||||
* @param array $config
|
||||
* @param array $config
|
||||
*/
|
||||
public function __construct(SecurityHelper $securityHelper, $config = [])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user