Skip to content

Commit

Permalink
CS fix - Removed doc block
Browse files Browse the repository at this point in the history
  • Loading branch information
shinde-rahul committed Sep 11, 2023
1 parent 468238b commit 10f21bf
Show file tree
Hide file tree
Showing 36 changed files with 0 additions and 325 deletions.
9 changes: 0 additions & 9 deletions Command/SyncCommand.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Command;

use Mautic\CoreBundle\Command\ModeratedCommand;
Expand Down
9 changes: 0 additions & 9 deletions Config/config.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

return [
'name' => 'GoTo Integration by Leuchtfeuer',
'description' => 'Enables integration with Mautic supported GoTo collaboration products.',
Expand Down
9 changes: 0 additions & 9 deletions Controller/PublicController.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Controller;

use Mautic\CoreBundle\Controller\CommonController;
Expand Down
9 changes: 0 additions & 9 deletions Entity/GoToEvent.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Entity;

use Doctrine\ORM\Mapping as ORM;
Expand Down
9 changes: 0 additions & 9 deletions Entity/GoToEventRepository.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic, Inc.
*
* @link https://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Entity;

use Doctrine\ORM\Query\Expr\Join;
Expand Down
9 changes: 0 additions & 9 deletions Entity/GoToEventTypes.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Entity;

use MauticPlugin\LeuchtfeuerGoToBundle\Helper\BasicEnum;
Expand Down
9 changes: 0 additions & 9 deletions Event/GoToEventUpdateEvent.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Event;

use Mautic\CoreBundle\Event\CommonEvent;
Expand Down
9 changes: 0 additions & 9 deletions Event/TokenGenerateEvent.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Event;

use Mautic\CoreBundle\Event\CommonEvent;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/CampaignSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Mautic\CampaignBundle\CampaignEvents;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/EmailSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Mautic\CoreBundle\Helper\TemplatingHelper;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/FormSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Doctrine\Common\Collections\Collection;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/GoToRegistrationTrait.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic, Inc.
*
* @link https://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Mautic\LeadBundle\Entity\Lead;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/GoToStartTrait.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic, Inc.
*
* @link https://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Mautic\EmailBundle\Model\EmailModel;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/IntegrationRequestSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2014 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Mautic\PluginBundle\Event\PluginIntegrationRequestEvent;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/LeadSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Doctrine\ORM\EntityManager;
Expand Down
9 changes: 0 additions & 9 deletions EventListener/StatsSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2014 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\EventListener;

use Doctrine\ORM\EntityManager;
Expand Down
9 changes: 0 additions & 9 deletions Form/Type/GoToActionType.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Form\Type;

use Mautic\FormBundle\Model\FieldModel;
Expand Down
9 changes: 0 additions & 9 deletions Form/Type/GoToCampaignActionType.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Form\Type;

use MauticPlugin\LeuchtfeuerGoToBundle\Helper\GoToHelper;
Expand Down
9 changes: 0 additions & 9 deletions Form/Type/GoToCampaignEventType.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Form\Type;

use MauticPlugin\LeuchtfeuerGoToBundle\Helper\GoToHelper;
Expand Down
9 changes: 0 additions & 9 deletions Form/Type/GoToListType.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Form\Type;

use DateTime;
Expand Down
9 changes: 0 additions & 9 deletions GoToEvents.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic, Inc. All rights reserved
* @author Mautic, Inc
*
* @link https://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle;

/**
Expand Down
9 changes: 0 additions & 9 deletions Helper/BasicEnum.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Helper;

use ReflectionClass;
Expand Down
9 changes: 0 additions & 9 deletions Helper/GoToHelper.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Helper;

use Mautic\PluginBundle\Exception\ApiErrorException;
Expand Down
9 changes: 0 additions & 9 deletions Helper/GoToProductTypes.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Helper;

abstract class GoToProductTypes extends BasicEnum
Expand Down
9 changes: 0 additions & 9 deletions Integration/GoToAbstractIntegration.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Integration;

use Mautic\PluginBundle\Entity\Integration;
Expand Down
9 changes: 0 additions & 9 deletions Integration/GotoassistIntegration.php
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
<?php

/*
* @copyright 2016 Mautic Contributors. All rights reserved
* @author Mautic
*
* @link http://mautic.org
*
* @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
*/

namespace MauticPlugin\LeuchtfeuerGoToBundle\Integration;

/**
Expand Down

0 comments on commit 10f21bf

Please sign in to comment.