Skip to content
Snippets Groups Projects
Commit e2d8ba14 authored by Neeraj Singh's avatar Neeraj Singh Committed by Marco
Browse files

Issue #2737039 by neerajsingh: Remove @file tag docblock from files that...

Issue #2737039 by neerajsingh: Remove @file tag docblock from files that contain a namespaced class/interface/trait, whose file name is the class name with a .php extension
parent 728a4068
No related branches found
No related tags found
No related merge requests found
Showing
with 5 additions and 97 deletions
<?php <?php
/**
* @file
* Contains \Unish\DevelGenerateUnishTest.
*/
namespace Unish; namespace Unish;
if (class_exists('Unish\CommandUnishTestCase')) { if (class_exists('Unish\CommandUnishTestCase')) {
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Annotation\DevelGenerate.
*/
namespace Drupal\devel_generate\Annotation; namespace Drupal\devel_generate\Annotation;
use Drupal\Component\Annotation\Plugin; use Drupal\Component\Annotation\Plugin;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\DevelGenerateBase.
*/
namespace Drupal\devel_generate; namespace Drupal\devel_generate;
use Drupal\Component\Utility\Random; use Drupal\Component\Utility\Random;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\DevelGenerateInterface.
*/
namespace Drupal\devel_generate; namespace Drupal\devel_generate;
use Drupal\Component\Plugin\PluginInspectionInterface; use Drupal\Component\Plugin\PluginInspectionInterface;
use Drupal\Core\Form\FormStateInterface; use Drupal\Core\Form\FormStateInterface;
......
<?php <?php
/**
* @file
* Definition of Drupal\devel_generate\DevelGenerateException.
*/
namespace Drupal\devel_generate; namespace Drupal\devel_generate;
use Drupal\Component\Plugin\Exception; use Drupal\Component\Plugin\Exception;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\DevelGeneratePermissions.
*/
namespace Drupal\devel_generate; namespace Drupal\devel_generate;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface; use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\DevelGeneratePluginManager.
*/
namespace Drupal\devel_generate; namespace Drupal\devel_generate;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Form\DevelGenerateForm.
*/
namespace Drupal\devel_generate\Form; namespace Drupal\devel_generate\Form;
use Drupal\Component\Plugin\PluginManagerInterface; use Drupal\Component\Plugin\PluginManagerInterface;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Plugin\DevelGenerate\ContentDevelGenerate.
*/
namespace Drupal\devel_generate\Plugin\DevelGenerate; namespace Drupal\devel_generate\Plugin\DevelGenerate;
use Drupal\comment\CommentManagerInterface; use Drupal\comment\CommentManagerInterface;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Plugin\DevelGenerate\MenuDevelGenerate.
*/
namespace Drupal\devel_generate\Plugin\DevelGenerate; namespace Drupal\devel_generate\Plugin\DevelGenerate;
use Drupal\Component\Utility\Unicode; use Drupal\Component\Utility\Unicode;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Plugin\DevelGenerate\TermDevelGenerate.
*/
namespace Drupal\devel_generate\Plugin\DevelGenerate; namespace Drupal\devel_generate\Plugin\DevelGenerate;
use Drupal\Core\Entity\EntityStorageInterface; use Drupal\Core\Entity\EntityStorageInterface;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Plugin\DevelGenerate\UserDevelGenerate.
*/
namespace Drupal\devel_generate\Plugin\DevelGenerate; namespace Drupal\devel_generate\Plugin\DevelGenerate;
use Drupal\Core\Datetime\DateFormatterInterface; use Drupal\Core\Datetime\DateFormatterInterface;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Plugin\DevelGenerate\VocabularyDevelGenerate.
*/
namespace Drupal\devel_generate\Plugin\DevelGenerate; namespace Drupal\devel_generate\Plugin\DevelGenerate;
use Drupal\Component\Utility\Unicode; use Drupal\Component\Utility\Unicode;
......
<?php <?php
/**
* @file
*
* Definition of \Drupal\devel_generate\Routing\DevelGenerateRouteSubscriber.
*/
namespace Drupal\devel_generate\Routing; namespace Drupal\devel_generate\Routing;
use Drupal\Core\DependencyInjection\ContainerInjectionInterface; use Drupal\Core\DependencyInjection\ContainerInjectionInterface;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate\Tests\DevelGenerateTest.
*/
namespace Drupal\devel_generate\Tests; namespace Drupal\devel_generate\Tests;
use Drupal\comment\Tests\CommentTestTrait; use Drupal\comment\Tests\CommentTestTrait;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_generate_example\Plugin\DevelGenerate\ExampleDevelGenerate.
*/
namespace Drupal\devel_generate_example\Plugin\DevelGenerate; namespace Drupal\devel_generate_example\Plugin\DevelGenerate;
use Drupal\devel_generate\DevelGenerateBase; use Drupal\devel_generate\DevelGenerateBase;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_node_access\Form\DnaForm.
*/
namespace Drupal\devel_node_access\Form; namespace Drupal\devel_node_access\Form;
use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormBase;
......
<?php <?php
/**
* @file
* Contains \Drupal\devel_node_access\Plugin\Block\DnaBlock.
*/
namespace Drupal\devel_node_access\Plugin\Block; namespace Drupal\devel_node_access\Plugin\Block;
...@@ -19,7 +15,6 @@ use Drupal\Core\Url; ...@@ -19,7 +15,6 @@ use Drupal\Core\Url;
use Drupal\node\Entity\Node; use Drupal\node\Entity\Node;
use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\ContainerInterface;
/** /**
* Provides the "Devel Node Access" block. * Provides the "Devel Node Access" block.
* *
......
...@@ -4,8 +4,7 @@ namespace Unish; ...@@ -4,8 +4,7 @@ namespace Unish;
if (class_exists('Unish\CommandUnishTestCase')) { if (class_exists('Unish\CommandUnishTestCase')) {
/* /**
* @file
* PHPUnit Tests for devel. This uses Drush's own test framework, based on PHPUnit. * PHPUnit Tests for devel. This uses Drush's own test framework, based on PHPUnit.
* To run the tests, use run-tests-drush.sh from the devel directory. * To run the tests, use run-tests-drush.sh from the devel directory.
*/ */
......
<?php <?php
/**
* @file
* Contains \Drupal\kint\Plugin\Devel\Dumper\Kint.
*/
namespace Drupal\kint\Plugin\Devel\Dumper; namespace Drupal\kint\Plugin\Devel\Dumper;
use Drupal\devel\DevelDumperBase; use Drupal\devel\DevelDumperBase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment