Skip to content

Commit

Permalink
Fix coding standards. Namespaced classes should no longer have a docb…
Browse files Browse the repository at this point in the history
…lock.
  • Loading branch information
pfrenssen committed Feb 29, 2016
1 parent 8cc124d commit 6e322ec
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions lib/src/MyGroup/MyClass.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\nexteuropa\MyGroup\MyClass.
*/

namespace Drupal\nexteuropa\MyGroup;

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

/**
* @file
* Contains \NextEuropa\build\Phing\PhpCodeSnifferConfigurationTask.
*/

namespace NextEuropa\Phing;

require_once 'phing/Task.php';
Expand Down
5 changes: 0 additions & 5 deletions tests/src/Context/DrupalContext.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\nexteuropa\Context\DrupalContext.
*/

namespace Drupal\nexteuropa\Context;

use Drupal\DrupalExtension\Context\DrupalContext as DrupalExtensionDrupalContext;
Expand Down
5 changes: 0 additions & 5 deletions tests/src/Context/MinkContext.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<?php

/**
* @file
* Contains \Drupal\nexteuropa\Context\MinkContext.
*/

namespace Drupal\nexteuropa\Context;

use Drupal\DrupalExtension\Context\MinkContext as DrupalExtensionMinkContext;
Expand Down

0 comments on commit 6e322ec

Please sign in to comment.