Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Commit

Permalink
Coding style: Namespaced classes, interfaces and traits should not be…
Browse files Browse the repository at this point in the history
…gin with a file doc comment
  • Loading branch information
dpi committed Nov 10, 2016
1 parent be2a2c6 commit 992f252
Show file tree
Hide file tree
Showing 99 changed files with 0 additions and 496 deletions.
5 changes: 0 additions & 5 deletions rng_debug/src/Controller/DebugController.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng_debug\Controller\DebugController.
*/

namespace Drupal\rng_debug\Controller;

use Drupal\Core\Controller\ControllerBase;
Expand Down
5 changes: 0 additions & 5 deletions rng_debug/src/Plugin/Derivative/LocalTasks.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng_debug\Plugin\Derivative\LocalTasks.
*/

namespace Drupal\rng_debug\Plugin\Derivative;

use Drupal\Component\Plugin\Derivative\DeriverBase;
Expand Down
5 changes: 0 additions & 5 deletions rng_debug/src/Routing/RouteSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng_debug\Routing\RouteSubscriber.
*/

namespace Drupal\rng_debug\Routing;

use Drupal\Core\Routing\RouteSubscriberBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Access/EntityIsEventCheck.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Access\EntityIsEventCheck.
*/

namespace Drupal\rng\Access;

use Drupal\Core\Access\AccessResult;
Expand Down
5 changes: 0 additions & 5 deletions src/Access/EventRuleResetCheck.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Access\EventRuleResetCheck.
*/

namespace Drupal\rng\Access;

use Drupal\Core\Access\AccessResult;
Expand Down
5 changes: 0 additions & 5 deletions src/Access/RegistrationAddAccessCheck.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Access\RegistrationAddAccessCheck.
*/

namespace Drupal\rng\Access;

use Drupal\Core\Routing\Access\AccessInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/AccessControl/EventAccessControlHandler.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\AccessControl\EventAccessControlHandler.
*/

namespace Drupal\rng\AccessControl;

use Drupal\Core\Access\AccessResult;
Expand Down
5 changes: 0 additions & 5 deletions src/AccessControl/GroupAccessControlHandler.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\AccessControl\GroupAccessControlHandler.
*/

namespace Drupal\rng\AccessControl;

use Drupal\Core\Entity\EntityAccessControlHandler;
Expand Down
5 changes: 0 additions & 5 deletions src/AccessControl/RegistrationAccessControlHandler.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\AccessControl\RegistrationAccessControlHandler.
*/

namespace Drupal\rng\AccessControl;

use Drupal\Core\Access\AccessResult;
Expand Down
5 changes: 0 additions & 5 deletions src/Breadcrumb/GroupBreadcrumbBuilder.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Breadcrumb\GroupBreadcrumbBuilder.
*/

namespace Drupal\rng\Breadcrumb;

use Drupal\Core\Breadcrumb\BreadcrumbBuilderInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/Breadcrumb/RegistrationBreadcrumbBuilder.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Breadcrumb\RegistrationBreadcrumbBuilder.
*/

namespace Drupal\rng\Breadcrumb;

use Drupal\Core\Breadcrumb\BreadcrumbBuilderInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/Breadcrumb/RuleComponentBreadcrumbBuilder.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Breadcrumb\RuleComponentBreadcrumbBuilder.
*/

namespace Drupal\rng\Breadcrumb;

use Drupal\Core\Breadcrumb\BreadcrumbBuilderInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/Cache/Context/RngEventCacheContext.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Cache\Context\RngEventCacheContext
*/

namespace Drupal\rng\Cache\Context;

use Drupal\Core\Plugin\Context\ContextProviderInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/ContextProvider/RngEventRouteContext.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\ContextProvider\RngEventRouteContext.
*/

namespace Drupal\rng\ContextProvider;

use Drupal\Core\Cache\CacheableMetadata;
Expand Down
5 changes: 0 additions & 5 deletions src/Controller/GroupController.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Controller\GroupController.
*/

namespace Drupal\rng\Controller;

use Drupal\Core\Controller\ControllerBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Controller/RegistrationController.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Controller\RegistrationController.
*/

namespace Drupal\rng\Controller;

use Drupal\Core\Controller\ControllerBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/EventType.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\EventType.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Config\Entity\ConfigEntityBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/EventTypeRule.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\EventTypeRule.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Config\Entity\ConfigEntityBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/Group.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\Group.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Entity\ContentEntityBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/Registrant.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\Registrant.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Entity\ContentEntityBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/Registration.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\Registration.
*/

namespace Drupal\rng\Entity;
use Drupal\Core\Entity\ContentEntityBase;
use Drupal\rng\RegistrationInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/RegistrationType.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\RegistrationType.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Config\Entity\ConfigEntityBundleBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/Rule.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\Rule.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Entity\ContentEntityBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/RuleComponent.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\RuleComponent.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Entity\ContentEntityBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Entity/RuleSchedule.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Entity\RuleSchedule.
*/

namespace Drupal\rng\Entity;

use Drupal\Core\Entity\ContentEntityBase;
Expand Down
5 changes: 0 additions & 5 deletions src/EventManager.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\EventManager.
*/

namespace Drupal\rng;

use Symfony\Component\DependencyInjection\ContainerAwareTrait;
Expand Down
5 changes: 0 additions & 5 deletions src/EventManagerInterface.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains Drupal\rng\EventManagerInterface.
*/

namespace Drupal\rng;

use Drupal\Core\Entity\EntityInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/EventMeta.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\EventMeta.
*/

namespace Drupal\rng;

use Symfony\Component\DependencyInjection\ContainerInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/EventMetaInterface.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\EventMetaInterface.
*/

namespace Drupal\rng;

use Symfony\Component\DependencyInjection\ContainerInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/EventTypeInterface.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\EventTypeInterface.
*/

namespace Drupal\rng;
use Drupal\Core\Config\Entity\ConfigEntityInterface;

Expand Down
5 changes: 0 additions & 5 deletions src/EventTypeRuleInterface.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\EventTypeRuleInterface.
*/

namespace Drupal\rng;

use Drupal\Core\Config\Entity\ConfigEntityInterface;
Expand Down
5 changes: 0 additions & 5 deletions src/Exception/InvalidEventException.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Exception\InvalidEventException.
*/

namespace Drupal\rng\Exception;

/**
Expand Down
5 changes: 0 additions & 5 deletions src/Form/EventAccessResetForm.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Form\EventAccessResetForm.
*/

namespace Drupal\rng\Form;

use Drupal\Core\Form\ConfirmFormBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Form/EventSettingsForm.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Form\EventSettingsForm.
*/

namespace Drupal\rng\Form;

use Drupal\Core\Form\FormBase;
Expand Down
5 changes: 0 additions & 5 deletions src/Form/EventTypeAccessDefaultsForm.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Form\EventTypeAccessDefaultsForm.
*/

namespace Drupal\rng\Form;

use Drupal\Core\Entity\EntityForm;
Expand Down
5 changes: 0 additions & 5 deletions src/Form/EventTypeDeleteForm.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\rng\Form\EventTypeDeleteForm.
*/

namespace Drupal\rng\Form;

use Drupal\Core\Entity\EntityConfirmFormBase;
Expand Down
Loading

0 comments on commit 992f252

Please sign in to comment.