Issue #2665992 by alexpott, klausi, heykarthikwithu, xjm, tstoeckler: @file is not required for classes, interfaces and traits

8.2.x
Alex Pott 2016-04-09 15:48:39 +01:00
parent c9252d07af
commit bfde6d3423
5612 changed files with 3 additions and 27910 deletions

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Annotation\AnnotationBase.
*/
namespace Drupal\Component\Annotation;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Annotation\AnnotationInterface.
*/
namespace Drupal\Component\Annotation;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Annotation\Plugin.
*/
namespace Drupal\Component\Annotation;
use Drupal\Component\Utility\NestedArray;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery.
*/
namespace Drupal\Component\Annotation\Plugin\Discovery;
use Drupal\Component\Annotation\AnnotationInterface;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Annotation\PluginID.
*/
namespace Drupal\Component\Annotation;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Annotation\Reflection\MockFileFinder.
*/
namespace Drupal\Component\Annotation\Reflection;
use Doctrine\Common\Reflection\ClassFinderInterface;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Assertion\Inspector.
*/
namespace Drupal\Component\Assertion;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Bridge\ZfExtensionManagerSfContainer.
*/
namespace Drupal\Component\Bridge;
use Symfony\Component\DependencyInjection\ContainerAwareInterface;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Datetime\DateTimePlus.
*/
namespace Drupal\Component\Datetime;
use Drupal\Component\Utility\ToStringTrait;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\DependencyInjection\Container.
*/
namespace Drupal\Component\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerInterface;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper.
*/
namespace Drupal\Component\DependencyInjection\Dumper;
use Symfony\Component\DependencyInjection\ContainerInterface;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper.
*/
namespace Drupal\Component\DependencyInjection\Dumper;
use Symfony\Component\DependencyInjection\ContainerInterface;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\DependencyInjection\PhpArrayContainer.
*/
namespace Drupal\Component\DependencyInjection;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Diff.
*/
namespace Drupal\Component\Diff;
use Drupal\Component\Diff\Engine\DiffEngine;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\DiffFormatter.
*/
namespace Drupal\Component\Diff;
use Drupal\Component\Diff\Engine\DiffOpCopy;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Engine\DiffEngine.
*/
namespace Drupal\Component\Diff\Engine;
use Drupal\Component\Utility\Unicode;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Engine\DiffOp.
*/
namespace Drupal\Component\Diff\Engine;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Engine\DiffOpAdd.
*/
namespace Drupal\Component\Diff\Engine;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Engine\DiffOpChange.
*/
namespace Drupal\Component\Diff\Engine;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Engine\DiffOpCopy.
*/
namespace Drupal\Component\Diff\Engine;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Engine\DiffOpDelete.
*/
namespace Drupal\Component\Diff\Engine;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\Engine\HWLDFWordAccumulator.
*/
namespace Drupal\Component\Diff\Engine;
use Drupal\Component\Utility\Unicode;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\MappedDiff.
*/
namespace Drupal\Component\Diff;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Diff\WordLevelDiff.
*/
namespace Drupal\Component\Diff;
use Drupal\Component\Diff\Engine\HWLDFWordAccumulator;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Discovery\DiscoverableInterface.
*/
namespace Drupal\Component\Discovery;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Discovery\DiscoveryException.
*/
namespace Drupal\Component\Discovery;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Discovery\YamlDirectoryDiscovery.
*/
namespace Drupal\Component\Discovery;
use Drupal\Component\FileSystem\RegexDirectoryIterator;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Discovery\YamlDiscovery.
*/
namespace Drupal\Component\Discovery;
use Drupal\Component\Serialization\Yaml;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher.
*/
namespace Drupal\Component\EventDispatcher;
use Symfony\Component\DependencyInjection\IntrospectableContainerInterface;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\FileCache\ApcuFileCacheBackend.
*/
namespace Drupal\Component\FileCache;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\FileCache\FileCache.
*/
namespace Drupal\Component\FileCache;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\FileCache\FileCacheBackendInterface.
*/
namespace Drupal\Component\FileCache;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\FileCache\FileCacheFactory.
*/
namespace Drupal\Component\FileCache;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\FileCache\FileCacheInterface.
*/
namespace Drupal\Component\FileCache;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\FileCache\NullFileCache.
*/
namespace Drupal\Component\FileCache;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\FileSystem\RegexDirectoryIterator.
*/
namespace Drupal\Component\FileSystem;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoHeader.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoItem.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoMemoryWriter.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoMetadataInterface.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoReaderInterface.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoStreamInterface.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoStreamReader.
*/
namespace Drupal\Component\Gettext;
use Drupal\Component\Utility\SafeMarkup;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoStreamWriter.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Gettext\PoWriterInterface.
*/
namespace Drupal\Component\Gettext;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Graph\Graph.
*/
namespace Drupal\Component\Graph;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\HttpFoundation\SecuredRedirectResponse.
*/
namespace Drupal\Component\HttpFoundation;
use \Symfony\Component\HttpFoundation\RedirectResponse;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\PhpStorage\FileReadOnlyStorage.
*/
namespace Drupal\Component\PhpStorage;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\PhpStorage\FileStorage.
*/
namespace Drupal\Component\PhpStorage;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\PhpStorage\MTimeProtectedFastFileStorage.
*/
namespace Drupal\Component\PhpStorage;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\PhpStorage\MTimeProtectedFileStorage.
*/
namespace Drupal\Component\PhpStorage;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\PhpStorage\PhpStorageInterface.
*/
namespace Drupal\Component\PhpStorage;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\CategorizingPluginManagerInterface.
*/
namespace Drupal\Component\Plugin;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\ConfigurablePluginInterface.
*/
namespace Drupal\Component\Plugin;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Context\Context.
*/
namespace Drupal\Component\Plugin\Context;
use Drupal\Component\Plugin\Exception\ContextException;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Context\ContextDefinitionInterface.
*/
namespace Drupal\Component\Plugin\Context;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Context\ContextInterface.
*/
namespace Drupal\Component\Plugin\Context;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\ContextAwarePluginBase.
*/
namespace Drupal\Component\Plugin;
use Drupal\Component\Plugin\Context\ContextInterface;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\ContextAwarePluginInterface.
*/
namespace Drupal\Component\Plugin;
use \Drupal\Component\Plugin\Context\ContextInterface;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Definition\PluginDefinitionInterface.
*/
namespace Drupal\Component\Plugin\Definition;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\DependentPluginInterface.
*/
namespace Drupal\Component\Plugin;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Derivative\DeriverBase.
*/
namespace Drupal\Component\Plugin\Derivative;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Derivative\DeriverInterface.
*/
namespace Drupal\Component\Plugin\Derivative;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\DerivativeInspectionInterface.
*/
namespace Drupal\Component\Plugin;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\CachedDiscoveryInterface.
*/
namespace Drupal\Component\Plugin\Discovery;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator.
*/
namespace Drupal\Component\Plugin\Discovery;
use Drupal\Component\Plugin\Exception\InvalidDeriverException;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\DiscoveryCachedTrait.
*/
namespace Drupal\Component\Plugin\Discovery;
trait DiscoveryCachedTrait {

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\DiscoveryInterface.
*/
namespace Drupal\Component\Plugin\Discovery;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\DiscoveryTrait.
*/
namespace Drupal\Component\Plugin\Discovery;
use Drupal\Component\Plugin\Exception\PluginNotFoundException;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\StaticDiscovery.
*/
namespace Drupal\Component\Plugin\Discovery;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator.
*/
namespace Drupal\Component\Plugin\Discovery;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\ContextException.
*/
namespace Drupal\Component\Plugin\Exception;
/**

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\ExceptionInterface.
*/
namespace Drupal\Component\Plugin\Exception;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\InvalidDecoratedMethod.
*/
namespace Drupal\Component\Plugin\Exception;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\InvalidDeriverException.
*/
namespace Drupal\Component\Plugin\Exception;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\InvalidPluginDefinitionException.
*/
namespace Drupal\Component\Plugin\Exception;
/**

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\MapperExceptionInterface.
*/
namespace Drupal\Component\Plugin\Exception;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\PluginException.
*/
namespace Drupal\Component\Plugin\Exception;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Exception\PluginNotFoundException.
*/
namespace Drupal\Component\Plugin\Exception;
/**

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Factory\DefaultFactory.
*/
namespace Drupal\Component\Plugin\Factory;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Factory\FactoryInterface.
*/
namespace Drupal\Component\Plugin\Factory;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Factory\ReflectionFactory.
*/
namespace Drupal\Component\Plugin\Factory;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\FallbackPluginManagerInterface.
*/
namespace Drupal\Component\Plugin;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\LazyPluginCollection.
*/
namespace Drupal\Component\Plugin;
/**

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\Mapper\MapperInterface.
*/
namespace Drupal\Component\Plugin\Mapper;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\PluginBase.
*/
namespace Drupal\Component\Plugin;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\PluginInspectionInterface.
*/
namespace Drupal\Component\Plugin;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\PluginManagerBase.
*/
namespace Drupal\Component\Plugin;
use Drupal\Component\Plugin\Discovery\DiscoveryTrait;

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Plugin\PluginManagerInterface.
*/
namespace Drupal\Component\Plugin;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\ProxyBuilder\ProxyBuilder.
*/
namespace Drupal\Component\ProxyBuilder;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Render\FormattableMarkup.
*/
namespace Drupal\Component\Render;
use Drupal\Component\Utility\Html;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Render\HtmlEscapedText.
*/
namespace Drupal\Component\Render;
use Drupal\Component\Utility\Html;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Render\MarkupInterface.
*/
namespace Drupal\Component\Render;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Render\MarkupTrait.
*/
namespace Drupal\Component\Render;
use Drupal\Component\Utility\Unicode;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Render\OutputStrategyInterface.
*/
namespace Drupal\Component\Render;
/**

View File

@ -1,8 +1,4 @@
<?php
/**
* @file
* Contains \Drupal\Component\Render\PlainTextOutput.
*/
namespace Drupal\Component\Render;

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Serialization\Exception\InvalidDataTypeException.
*/
namespace Drupal\Component\Serialization\Exception;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Serialization\Json.
*/
namespace Drupal\Component\Serialization;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Serialization\PhpSerialize.
*/
namespace Drupal\Component\Serialization;
/**

View File

@ -1,10 +1,5 @@
<?php
/**
* @file
* Contains \Drupal\Component\Serialization\SerializationInterface.
*/
namespace Drupal\Component\Serialization;
/**

Some files were not shown because too many files have changed in this diff Show More