Skip to content

Commit

Permalink
Fix CS: no_empty_lines_after_phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
glye committed Jul 30, 2015
1 parent a11aa7f commit 52bc649
Show file tree
Hide file tree
Showing 47 changed files with 0 additions and 47 deletions.
1 change: 0 additions & 1 deletion ApplicationConfig/Aggregator.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\ApplicationConfig;

/**
Expand Down
1 change: 0 additions & 1 deletion ApplicationConfig/Provider.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\ApplicationConfig;

/**
Expand Down
1 change: 0 additions & 1 deletion ApplicationConfig/Providers/AnonymousUserId.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Provider;
Expand Down
1 change: 0 additions & 1 deletion ApplicationConfig/Providers/RootInfo.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Provider;
Expand Down
1 change: 0 additions & 1 deletion ApplicationConfig/Providers/SessionInfo.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Provider;
Expand Down
1 change: 0 additions & 1 deletion ApplicationConfig/Providers/Value.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Provider;
Expand Down
1 change: 0 additions & 1 deletion Controller/ContentTypeController.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Controller;

use eZ\Bundle\EzPublishCoreBundle\Controller;
Expand Down
1 change: 0 additions & 1 deletion Controller/DashboardController.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Controller;

use eZ\Bundle\EzPublishCoreBundle\Controller;
Expand Down
1 change: 0 additions & 1 deletion Controller/PjaxController.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Controller;

use eZ\Publish\Core\MVC\Symfony\Security\User as CoreUser;
Expand Down
1 change: 0 additions & 1 deletion Controller/PlatformUIController.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Controller;

use eZ\Bundle\EzPublishCoreBundle\Controller;
Expand Down
1 change: 0 additions & 1 deletion Controller/SectionController.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Controller;

use eZ\Publish\API\Repository\Exceptions\NotFoundException;
Expand Down
1 change: 0 additions & 1 deletion Controller/SystemInfoController.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Controller;

use eZ\Publish\Core\MVC\Symfony\Security\Authorization\Attribute as AuthorizationAttribute;
Expand Down
1 change: 0 additions & 1 deletion Controller/TemplateController.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Controller;

use Symfony\Component\HttpFoundation\Response;
Expand Down
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\DependencyInjection\Compiler;

use InvalidArgumentException;
Expand Down
1 change: 0 additions & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\DependencyInjection;

use Symfony\Component\Config\Definition\Builder\TreeBuilder;
Expand Down
1 change: 0 additions & 1 deletion DependencyInjection/Configuration/PlatformUIMapper.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\DependencyInjection\Configuration;

use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ContextualizerInterface;
Expand Down
1 change: 0 additions & 1 deletion DependencyInjection/EzPlatformUIExtension.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\DependencyInjection;

use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ConfigurationProcessor;
Expand Down
1 change: 0 additions & 1 deletion Entity/Section.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Entity;

use Symfony\Component\Validator\Constraints as Assert;
Expand Down
1 change: 0 additions & 1 deletion Entity/SectionList.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Entity;

/**
Expand Down
1 change: 0 additions & 1 deletion Entity/SectionListItem.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Entity;

use eZ\Publish\API\Repository\Values\Content\Section as ApiSection;
Expand Down
1 change: 0 additions & 1 deletion EzSystemsPlatformUIBundle.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle;

use EzSystems\PlatformUIBundle\DependencyInjection\Compiler\ApplicationConfigProviderPass;
Expand Down
1 change: 0 additions & 1 deletion Features/Context/PlatformUI.php
Expand Up @@ -7,7 +7,6 @@
* @license For full copyright and license information view LICENSE file distributed with this source code.
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Features\Context;

use EzSystems\BehatBundle\Context\Browser\Context;
Expand Down
1 change: 0 additions & 1 deletion Features/Context/SubContext/Authentication.php
Expand Up @@ -7,7 +7,6 @@
* @license For full copyright and license information view LICENSE file distributed with this source code.
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Features\Context\SubContext;

use Behat\Mink\WebAssert;
Expand Down
1 change: 0 additions & 1 deletion Features/Context/SubContext/CommonActions.php
Expand Up @@ -7,7 +7,6 @@
* @license For full copyright and license information view LICENSE file distributed with this source code.
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Features\Context\SubContext;

trait CommonActions
Expand Down
1 change: 0 additions & 1 deletion Features/Context/SubContext/Fields.php
Expand Up @@ -7,7 +7,6 @@
* @license For full copyright and license information view LICENSE file distributed with this source code.
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Features\Context\SubContext;

use EzSystems\BehatBundle\ObjectManager\FieldType;
Expand Down
1 change: 0 additions & 1 deletion Form/Processor/ContentTypeFormProcessor.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Form\Processor;

use eZ\Publish\API\Repository\ContentTypeService;
Expand Down
1 change: 0 additions & 1 deletion Form/Type/SectionDeleteType.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Form\Type;

use Symfony\Component\Form\AbstractType;
Expand Down
1 change: 0 additions & 1 deletion Form/Type/SectionListType.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Form\Type;

use Symfony\Component\Form\AbstractType;
Expand Down
1 change: 0 additions & 1 deletion Form/Type/SectionType.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Form\Type;

use Symfony\Component\Form\AbstractType;
Expand Down
1 change: 0 additions & 1 deletion Helper/SectionHelper.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Helper;

use eZ\Publish\API\Repository\SectionService;
Expand Down
1 change: 0 additions & 1 deletion Helper/SectionHelperInterface.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Helper;

use eZ\Publish\API\Repository\Values\Content\Section;
Expand Down
1 change: 0 additions & 1 deletion Helper/SystemInfoHelper.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Helper;

use Symfony\Component\HttpKernel\Kernel;
Expand Down
1 change: 0 additions & 1 deletion Helper/SystemInfoHelperInterface.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Helper;

interface SystemInfoHelperInterface
Expand Down
1 change: 0 additions & 1 deletion Notification/Notification.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Notification;

use eZ\Publish\API\Repository\Values\ValueObject;
Expand Down
1 change: 0 additions & 1 deletion Notification/NotificationMessage.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Notification;

use eZ\Publish\API\Repository\Values\ValueObject;
Expand Down
1 change: 0 additions & 1 deletion Notification/NotificationPool.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Notification;

use Symfony\Component\EventDispatcher\EventSubscriberInterface;
Expand Down
1 change: 0 additions & 1 deletion Notification/NotificationPoolInterface.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Notification;

interface NotificationPoolInterface
Expand Down
1 change: 0 additions & 1 deletion Notification/TranslatableNotificationMessage.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Notification;

/**
Expand Down
1 change: 0 additions & 1 deletion Tests/ApplicationConfig/AggregatorTest.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Tests\ApplicationConfig;

use EzSystems\PlatformUIBundle\ApplicationConfig\Aggregator;
Expand Down
1 change: 0 additions & 1 deletion Tests/ApplicationConfig/Providers/AnonymousUserIdTest.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Tests\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Providers\AnonymousUserId;
Expand Down
1 change: 0 additions & 1 deletion Tests/ApplicationConfig/Providers/RootInfoTest.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Tests\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Providers\RootInfo;
Expand Down
1 change: 0 additions & 1 deletion Tests/ApplicationConfig/Providers/SessionInfoTest.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Tests\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Providers\SessionInfo;
Expand Down
1 change: 0 additions & 1 deletion Tests/ApplicationConfig/Providers/ValueTest.php
Expand Up @@ -2,7 +2,6 @@
/**
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Tests\ApplicationConfig\Providers;

use EzSystems\PlatformUIBundle\ApplicationConfig\Providers\Value;
Expand Down
1 change: 0 additions & 1 deletion Tests/DependencyInjection/EzPlatformUIExtensionTest.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Tests\DependencyInjection;

use eZ\Bundle\EzPublishCoreBundle\DependencyInjection\Configuration\SiteAccessAware\ConfigurationProcessor;
Expand Down
1 change: 0 additions & 1 deletion Tests/Notification/NotificationPoolTest.php
Expand Up @@ -8,7 +8,6 @@
*
* @version //autogentag//
*/

namespace EzSystems\PlatformUIBundle\Tests\Notification;

use EzSystems\PlatformUIBundle\Notification\Notification;
Expand Down
1 change: 0 additions & 1 deletion Tests/Twig/TwigYuiExtensionTest.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Tests\Twig;

use Twig_Test_IntegrationTestCase;
Expand Down
1 change: 0 additions & 1 deletion Twig/TwigYuiExtension.php
Expand Up @@ -6,7 +6,6 @@
* @copyright Copyright (C) eZ Systems AS. All rights reserved.
* @license For full copyright and license information view LICENSE file distributed with this source code.
*/

namespace EzSystems\PlatformUIBundle\Twig;

use eZ\Publish\Core\MVC\ConfigResolverInterface;
Expand Down

0 comments on commit 52bc649

Please sign in to comment.