Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ger4003 committed Apr 6, 2023
1 parent c4241cd commit 5bbd210
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Classes/Finishers/SendInBlueFinisher.php
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
<?php
namespace Wegmeister\SendInBlue\Finishers;

/*
* This file is part of the Wegmeister.Form.FormElements package.
*
* (c) Contributors of the Neos Project - www.neos.io
*
* This package is Open Source Software. For the full copyright and license
* information, please view the LICENSE file which was distributed with this
* source code.
*/
/*
* This file is part of the Wegmeister.Form.FormElements package.
*
* (c) Contributors of the Neos Project - www.neos.io
*
* This package is Open Source Software. For the full copyright and license
* information, please view the LICENSE file which was distributed with this
* source code.
*/

use Neos\Form\Core\Model\AbstractFinisher;
use Neos\Form\Exception\FinisherException;
use Wegmeister\SendInBlue\Exception\Exception;
use Wegmeister\SendInBlue\Service\SendInBlueService;
use Neos\FLow\Annotations as Flow;

/**
/**
* This finisher adds new contacts to a SendInBlue group
*/
class SendInBlueFinisher extends AbstractFinisher
Expand Down
2 changes: 1 addition & 1 deletion Configuration/Settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ Neos:

Wegmeister:
SendInBlue:
apiKey:
apiKey: ''

0 comments on commit 5bbd210

Please sign in to comment.