diff --git a/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php b/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php index 30479c8c01..2812b92ea9 100644 --- a/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php +++ b/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php @@ -33,7 +33,7 @@ class DoctrineValidationPass implements CompilerPassInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function process(ContainerBuilder $container) { diff --git a/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php b/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php index 4e871e563a..a2081a3fd6 100644 --- a/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php +++ b/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php @@ -45,7 +45,7 @@ class RegisterEventListenersAndSubscribersPass implements CompilerPassInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function process(ContainerBuilder $container) { diff --git a/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php b/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php index e47192d954..bb92bb794f 100644 --- a/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php +++ b/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php @@ -64,7 +64,7 @@ class ORMQueryBuilderLoader implements EntityLoaderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getEntities() { @@ -72,7 +72,7 @@ class ORMQueryBuilderLoader implements EntityLoaderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getEntitiesByIds($identifier, array $values) { diff --git a/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php b/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php index 5a2b423248..b84a60b87f 100644 --- a/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php +++ b/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php @@ -34,7 +34,7 @@ class DoctrineOrmTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessType($class, $property) { @@ -81,7 +81,7 @@ class DoctrineOrmTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessRequired($class, $property) { @@ -121,7 +121,7 @@ class DoctrineOrmTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessMaxLength($class, $property) { @@ -140,7 +140,7 @@ class DoctrineOrmTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessPattern($class, $property) { diff --git a/src/Symfony/Bridge/Doctrine/ManagerRegistry.php b/src/Symfony/Bridge/Doctrine/ManagerRegistry.php index 80eeb37054..6efcefb637 100644 --- a/src/Symfony/Bridge/Doctrine/ManagerRegistry.php +++ b/src/Symfony/Bridge/Doctrine/ManagerRegistry.php @@ -28,7 +28,7 @@ abstract class ManagerRegistry extends AbstractManagerRegistry implements Contai protected $container; /** - * @inheritdoc + * {@inheritdoc} */ protected function getService($name) { @@ -36,7 +36,7 @@ abstract class ManagerRegistry extends AbstractManagerRegistry implements Contai } /** - * @inheritdoc + * {@inheritdoc} */ protected function resetService($name) { @@ -44,7 +44,7 @@ abstract class ManagerRegistry extends AbstractManagerRegistry implements Contai } /** - * @inheritdoc + * {@inheritdoc} */ public function setContainer(ContainerInterface $container = null) { diff --git a/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php b/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php index e957731a3e..53b1a01675 100644 --- a/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php +++ b/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php @@ -69,7 +69,7 @@ class EntityUserProvider implements UserProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function refreshUser(UserInterface $user) { @@ -102,7 +102,7 @@ class EntityUserProvider implements UserProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function supportsClass($class) { diff --git a/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php b/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php index f211f61585..b475e5f8d3 100644 --- a/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php +++ b/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php @@ -45,7 +45,7 @@ class UniqueEntity extends Constraint } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTargets() { diff --git a/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php b/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php index 81766d7a54..4b3cc575af 100644 --- a/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php +++ b/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php @@ -58,7 +58,7 @@ class ChromePhpHandler extends BaseChromePhpHandler } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function sendHeader($header, $content) { diff --git a/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php b/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php index f36cd9f5b0..6cc2c38e1c 100644 --- a/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php +++ b/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php @@ -59,7 +59,7 @@ class FirePHPHandler extends BaseFirePHPHandler } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function sendHeader($header, $content) { diff --git a/src/Symfony/Bridge/Propel1/Form/PropelTypeGuesser.php b/src/Symfony/Bridge/Propel1/Form/PropelTypeGuesser.php index b4e8ec9ebb..6f6262089e 100644 --- a/src/Symfony/Bridge/Propel1/Form/PropelTypeGuesser.php +++ b/src/Symfony/Bridge/Propel1/Form/PropelTypeGuesser.php @@ -26,7 +26,7 @@ class PropelTypeGuesser implements FormTypeGuesserInterface private $cache = array(); /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessType($class, $property) { @@ -108,7 +108,7 @@ class PropelTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessRequired($class, $property) { @@ -118,7 +118,7 @@ class PropelTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessMaxLength($class, $property) { @@ -137,7 +137,7 @@ class PropelTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessPattern($class, $property) { diff --git a/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php b/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php index 789255554a..8a98b29f6f 100644 --- a/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php +++ b/src/Symfony/Bridge/ProxyManager/LazyProxy/Instantiator/RuntimeInstantiator.php @@ -44,7 +44,7 @@ class RuntimeInstantiator implements InstantiatorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function instantiateProxy(ContainerInterface $container, Definition $definition, $id, $realInstantiator) { diff --git a/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php b/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php index b772d662dc..d354dde227 100644 --- a/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php +++ b/src/Symfony/Bridge/ProxyManager/LazyProxy/PhpDumper/ProxyDumper.php @@ -46,7 +46,7 @@ class ProxyDumper implements DumperInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isProxyCandidate(Definition $definition) { @@ -54,7 +54,7 @@ class ProxyDumper implements DumperInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getProxyFactoryCode(Definition $definition, $id) { @@ -89,7 +89,7 @@ EOF; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getProxyCode(Definition $definition) { diff --git a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php index 150f3ee4a1..1b06f07af0 100644 --- a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php +++ b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Fixtures/php/lazy_service.php @@ -155,7 +155,7 @@ class stdClass_c1d194250ee2e2b7d2eab8b8212368a8 extends \stdClass implements \Pr } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setProxyInitializer(\Closure $initializer = null) { @@ -163,7 +163,7 @@ class stdClass_c1d194250ee2e2b7d2eab8b8212368a8 extends \stdClass implements \Pr } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getProxyInitializer() { @@ -171,7 +171,7 @@ class stdClass_c1d194250ee2e2b7d2eab8b8212368a8 extends \stdClass implements \Pr } /** - * {@inheritDoc} + * {@inheritdoc} */ public function initializeProxy() { @@ -179,7 +179,7 @@ class stdClass_c1d194250ee2e2b7d2eab8b8212368a8 extends \stdClass implements \Pr } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isProxyInitialized() { @@ -187,7 +187,7 @@ class stdClass_c1d194250ee2e2b7d2eab8b8212368a8 extends \stdClass implements \Pr } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getWrappedValueHolderValue() { diff --git a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php index 5f93fe2d8e..5c976e7423 100644 --- a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php +++ b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/Instantiator/RuntimeInstantiatorTest.php @@ -31,7 +31,7 @@ class RuntimeInstantiatorTest extends \PHPUnit_Framework_TestCase protected $instantiator; /** - * {@inheritDoc} + * {@inheritdoc} */ public function setUp() { diff --git a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php index f2eb5265d1..adbd990a74 100644 --- a/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php +++ b/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php @@ -29,7 +29,7 @@ class ProxyDumperTest extends \PHPUnit_Framework_TestCase protected $dumper; /** - * {@inheritDoc} + * {@inheritdoc} */ public function setUp() { diff --git a/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php b/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php index b93193f293..a7fc89954e 100644 --- a/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php +++ b/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php @@ -50,7 +50,7 @@ class TwigExtractor implements ExtractorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extract($directory, MessageCatalogue $catalogue) { @@ -63,7 +63,7 @@ class TwigExtractor implements ExtractorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setPrefix($prefix) { diff --git a/src/Symfony/Bundle/FrameworkBundle/Client.php b/src/Symfony/Bundle/FrameworkBundle/Client.php index 5435d778c9..a3e5d5184e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Client.php +++ b/src/Symfony/Bundle/FrameworkBundle/Client.php @@ -31,7 +31,7 @@ class Client extends BaseClient private $profiler = false; /** - * @inheritdoc + * {@inheritdoc} */ public function __construct(KernelInterface $kernel, array $server = array(), History $history = null, CookieJar $cookieJar = null) { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php index c98e4e6a32..27b9b465c9 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheClearerPass.php @@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\Reference; class AddCacheClearerPass implements CompilerPassInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function process(ContainerBuilder $container) { diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php index cf77dd5944..5fe2f62020 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddCacheWarmerPass.php @@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\Reference; class AddCacheWarmerPass implements CompilerPassInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function process(ContainerBuilder $container) { diff --git a/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php b/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php index 1e80c02810..1b12c8ca9e 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php +++ b/src/Symfony/Bundle/FrameworkBundle/Translation/PhpExtractor.php @@ -52,7 +52,7 @@ class PhpExtractor implements ExtractorInterface ); /** - * {@inheritDoc} + * {@inheritdoc} */ public function extract($directory, MessageCatalogue $catalog) { @@ -65,7 +65,7 @@ class PhpExtractor implements ExtractorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setPrefix($prefix) { diff --git a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php index cfc61738e7..7061ae73fd 100644 --- a/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php +++ b/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php @@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface; class AddSecurityVotersPass implements CompilerPassInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function process(ContainerBuilder $container) { diff --git a/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php b/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php index 96c6290fc2..678f4e8b2a 100644 --- a/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php +++ b/src/Symfony/Component/ClassLoader/DebugUniversalClassLoader.php @@ -48,7 +48,7 @@ class DebugUniversalClassLoader extends UniversalClassLoader } /** - * {@inheritDoc} + * {@inheritdoc} */ public function loadClass($class) { diff --git a/src/Symfony/Component/Config/Definition/BooleanNode.php b/src/Symfony/Component/Config/Definition/BooleanNode.php index fb37d62a1e..939e86fa73 100644 --- a/src/Symfony/Component/Config/Definition/BooleanNode.php +++ b/src/Symfony/Component/Config/Definition/BooleanNode.php @@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException; class BooleanNode extends ScalarNode { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function validateType($value) { diff --git a/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php index 4c4dbcebdf..0151dc587a 100644 --- a/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php @@ -36,7 +36,7 @@ class ArrayNodeDefinition extends NodeDefinition implements ParentNodeDefinition protected $normalizeKeys; /** - * {@inheritDoc} + * {@inheritdoc} */ public function __construct($name, NodeParentInterface $parent = null) { @@ -351,7 +351,7 @@ class ArrayNodeDefinition extends NodeDefinition implements ParentNodeDefinition } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function createNode() { diff --git a/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php index 7ee4d4d8a6..3f8713bedb 100644 --- a/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php @@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\BooleanNode; class BooleanNodeDefinition extends ScalarNodeDefinition { /** - * {@inheritDoc} + * {@inheritdoc} */ public function __construct($name, NodeParentInterface $parent = null) { diff --git a/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php b/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php index 75da3ab87b..aa148ffbcc 100644 --- a/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php +++ b/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php @@ -31,7 +31,7 @@ class VariableNodeDefinition extends NodeDefinition } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function createNode() { diff --git a/src/Symfony/Component/Config/Definition/FloatNode.php b/src/Symfony/Component/Config/Definition/FloatNode.php index 17c570acaa..0fe0e34581 100644 --- a/src/Symfony/Component/Config/Definition/FloatNode.php +++ b/src/Symfony/Component/Config/Definition/FloatNode.php @@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException; class FloatNode extends NumericNode { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function validateType($value) { diff --git a/src/Symfony/Component/Config/Definition/IntegerNode.php b/src/Symfony/Component/Config/Definition/IntegerNode.php index dbc04122fa..f76efe60c7 100644 --- a/src/Symfony/Component/Config/Definition/IntegerNode.php +++ b/src/Symfony/Component/Config/Definition/IntegerNode.php @@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException; class IntegerNode extends NumericNode { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function validateType($value) { diff --git a/src/Symfony/Component/Config/Definition/NumericNode.php b/src/Symfony/Component/Config/Definition/NumericNode.php index f062ae07cc..39b96d610d 100644 --- a/src/Symfony/Component/Config/Definition/NumericNode.php +++ b/src/Symfony/Component/Config/Definition/NumericNode.php @@ -31,7 +31,7 @@ class NumericNode extends ScalarNode } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function finalizeValue($value) { diff --git a/src/Symfony/Component/Config/Definition/ScalarNode.php b/src/Symfony/Component/Config/Definition/ScalarNode.php index 88f59ecac6..44ccfc56b2 100644 --- a/src/Symfony/Component/Config/Definition/ScalarNode.php +++ b/src/Symfony/Component/Config/Definition/ScalarNode.php @@ -28,7 +28,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException; class ScalarNode extends VariableNode { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function validateType($value) { diff --git a/src/Symfony/Component/Config/Definition/VariableNode.php b/src/Symfony/Component/Config/Definition/VariableNode.php index 9099aba9c2..6d89e49df5 100644 --- a/src/Symfony/Component/Config/Definition/VariableNode.php +++ b/src/Symfony/Component/Config/Definition/VariableNode.php @@ -28,7 +28,7 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface protected $allowEmptyValue = true; /** - * {@inheritDoc} + * {@inheritdoc} */ public function setDefaultValue($value) { @@ -37,7 +37,7 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function hasDefaultValue() { @@ -45,7 +45,7 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDefaultValue() { @@ -63,7 +63,7 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setName($name) { @@ -71,14 +71,14 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function validateType($value) { } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function finalizeValue($value) { @@ -97,7 +97,7 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function normalizeValue($value) { @@ -105,7 +105,7 @@ class VariableNode extends BaseNode implements PrototypeNodeInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function mergeValues($leftSide, $rightSide) { diff --git a/src/Symfony/Component/Console/Helper/DialogHelper.php b/src/Symfony/Component/Console/Helper/DialogHelper.php index 36f96e8002..7cf079f0ac 100644 --- a/src/Symfony/Component/Console/Helper/DialogHelper.php +++ b/src/Symfony/Component/Console/Helper/DialogHelper.php @@ -393,7 +393,7 @@ class DialogHelper extends Helper } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getName() { diff --git a/src/Symfony/Component/Console/Helper/FormatterHelper.php b/src/Symfony/Component/Console/Helper/FormatterHelper.php index 58227fdb19..b94294345e 100644 --- a/src/Symfony/Component/Console/Helper/FormatterHelper.php +++ b/src/Symfony/Component/Console/Helper/FormatterHelper.php @@ -71,7 +71,7 @@ class FormatterHelper extends Helper } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getName() { diff --git a/src/Symfony/Component/Console/Helper/ProgressHelper.php b/src/Symfony/Component/Console/Helper/ProgressHelper.php index e3f1832d57..5e7afd68d8 100644 --- a/src/Symfony/Component/Console/Helper/ProgressHelper.php +++ b/src/Symfony/Component/Console/Helper/ProgressHelper.php @@ -446,7 +446,7 @@ class ProgressHelper extends Helper } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getName() { diff --git a/src/Symfony/Component/Console/Helper/TableHelper.php b/src/Symfony/Component/Console/Helper/TableHelper.php index aeccb4dc4b..8e4012b769 100644 --- a/src/Symfony/Component/Console/Helper/TableHelper.php +++ b/src/Symfony/Component/Console/Helper/TableHelper.php @@ -479,7 +479,7 @@ class TableHelper extends Helper } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getName() { diff --git a/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php b/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php index 293b36a9c9..7d32ec9579 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php @@ -44,7 +44,7 @@ class AnalyzeServiceReferencesPass implements RepeatablePassInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setRepeatedPass(RepeatedPass $repeatedPass) { diff --git a/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php b/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php index ba1688f5e8..0ef9a619db 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php @@ -30,7 +30,7 @@ class InlineServiceDefinitionsPass implements RepeatablePassInterface private $currentId; /** - * {@inheritDoc} + * {@inheritdoc} */ public function setRepeatedPass(RepeatedPass $repeatedPass) { diff --git a/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php b/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php index 7573084c36..92a9887040 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php @@ -22,7 +22,7 @@ use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface; class MergeExtensionConfigurationPass implements CompilerPassInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function process(ContainerBuilder $container) { diff --git a/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php b/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php index 0c7be667a1..9e18a9ebde 100644 --- a/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php +++ b/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php @@ -23,7 +23,7 @@ class RemoveUnusedDefinitionsPass implements RepeatablePassInterface private $repeatedPass; /** - * {@inheritDoc} + * {@inheritdoc} */ public function setRepeatedPass(RepeatedPass $repeatedPass) { diff --git a/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php b/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php index e1c44e6f74..7d224aa59e 100644 --- a/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php +++ b/src/Symfony/Component/DependencyInjection/DefinitionDecorator.php @@ -66,7 +66,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -78,7 +78,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -90,7 +90,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -102,7 +102,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -114,7 +114,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -126,7 +126,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -138,7 +138,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -150,7 +150,7 @@ class DefinitionDecorator extends Definition } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ diff --git a/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php b/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php index bd98bdb077..1e161a0d96 100644 --- a/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php +++ b/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php @@ -58,7 +58,7 @@ class PhpDumper extends Dumper private $proxyDumper; /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -920,7 +920,7 @@ EOF; } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getParameterBag() { diff --git a/src/Symfony/Component/DependencyInjection/Extension/Extension.php b/src/Symfony/Component/DependencyInjection/Extension/Extension.php index 855da5a38b..c2ce6c639d 100644 --- a/src/Symfony/Component/DependencyInjection/Extension/Extension.php +++ b/src/Symfony/Component/DependencyInjection/Extension/Extension.php @@ -78,7 +78,7 @@ abstract class Extension implements ExtensionInterface, ConfigurationExtensionIn } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getConfiguration(array $config, ContainerBuilder $container) { diff --git a/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php b/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php index 6495df2813..cad9320039 100644 --- a/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php +++ b/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php @@ -15,7 +15,7 @@ use Symfony\Component\DependencyInjection\ContainerInterface; use Symfony\Component\DependencyInjection\Definition; /** - * {@inheritDoc} + * {@inheritdoc} * * Noop proxy instantiator - simply produces the real service instead of a proxy instance. * @@ -24,7 +24,7 @@ use Symfony\Component\DependencyInjection\Definition; class RealServiceInstantiator implements InstantiatorInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function instantiateProxy(ContainerInterface $container, Definition $definition, $id, $realInstantiator) { diff --git a/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php b/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php index 83a2909fc2..30911d3a5e 100644 --- a/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php +++ b/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php @@ -21,7 +21,7 @@ use Symfony\Component\DependencyInjection\Definition; class NullDumper implements DumperInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function isProxyCandidate(Definition $definition) { @@ -29,7 +29,7 @@ class NullDumper implements DumperInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getProxyFactoryCode(Definition $definition, $id) { @@ -37,7 +37,7 @@ class NullDumper implements DumperInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getProxyCode(Definition $definition) { diff --git a/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php b/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php index 9664b134ef..dc936a0bd6 100644 --- a/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php +++ b/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php @@ -41,7 +41,7 @@ class FrozenParameterBag extends ParameterBag } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -51,7 +51,7 @@ class FrozenParameterBag extends ParameterBag } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ @@ -61,7 +61,7 @@ class FrozenParameterBag extends ParameterBag } /** - * {@inheritDoc} + * {@inheritdoc} * * @api */ diff --git a/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php b/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php index 494d231e9f..af7ccbd392 100644 --- a/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php +++ b/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php @@ -266,7 +266,7 @@ class ParameterBag implements ParameterBagInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function escapeValue($value) { diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php index d1f9c0d166..ca9695adca 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php @@ -84,7 +84,7 @@ class ProjectServiceContainer extends Container } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getParameterBag() { diff --git a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php index 4205a695d1..629499a608 100644 --- a/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php +++ b/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php @@ -262,7 +262,7 @@ class ProjectServiceContainer extends Container } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getParameterBag() { diff --git a/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php b/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php index ea7edf0fc5..e97d427ea1 100644 --- a/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php +++ b/src/Symfony/Component/EventDispatcher/ContainerAwareEventDispatcher.php @@ -153,7 +153,7 @@ class ContainerAwareEventDispatcher extends EventDispatcher } /** - * {@inheritDoc} + * {@inheritdoc} * * Lazily loads listeners for this event from the dependency injection * container. diff --git a/src/Symfony/Component/Finder/Adapter/AbstractAdapter.php b/src/Symfony/Component/Finder/Adapter/AbstractAdapter.php index fa0a93e1bb..939d2b3348 100644 --- a/src/Symfony/Component/Finder/Adapter/AbstractAdapter.php +++ b/src/Symfony/Component/Finder/Adapter/AbstractAdapter.php @@ -38,7 +38,7 @@ abstract class AbstractAdapter implements AdapterInterface private static $areSupported = array(); /** - * {@inheritDoc} + * {@inheritdoc} */ public function isSupported() { diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php index 0723704ae1..6d0b284708 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php @@ -19,7 +19,7 @@ use Symfony\Component\Form\Exception\TransformationFailedException; class DateTimeToRfc3339Transformer extends BaseDateTimeTransformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function transform($dateTime) { @@ -40,7 +40,7 @@ class DateTimeToRfc3339Transformer extends BaseDateTimeTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function reverseTransform($rfc3339) { diff --git a/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php b/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php index 6bb48a9a03..a3f2af42b8 100644 --- a/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php +++ b/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php @@ -22,7 +22,7 @@ use Symfony\Component\Form\Exception\TransformationFailedException; class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function reverseTransform($value) { diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php index 7653e97ee4..d90f3734b9 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php @@ -52,7 +52,7 @@ class CsrfExtension extends AbstractExtension } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function loadTypeExtensions() { diff --git a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php index 5354886cba..f0a74b4962 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php +++ b/src/Symfony/Component/Form/Extension/Csrf/CsrfProvider/DefaultCsrfProvider.php @@ -41,7 +41,7 @@ class DefaultCsrfProvider implements CsrfProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function generateCsrfToken($intention) { @@ -49,7 +49,7 @@ class DefaultCsrfProvider implements CsrfProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isCsrfTokenValid($intention, $token) { diff --git a/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php b/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php index 49d97bb395..28c752a115 100644 --- a/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php +++ b/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php @@ -107,7 +107,7 @@ class FormTypeCsrfExtension extends AbstractTypeExtension } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setDefaultOptions(OptionsResolverInterface $resolver) { @@ -121,7 +121,7 @@ class FormTypeCsrfExtension extends AbstractTypeExtension } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getExtendedType() { diff --git a/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php b/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php index 5cd02daa91..333fe3cd40 100644 --- a/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php +++ b/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php @@ -28,7 +28,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessType($class, $property) { @@ -40,7 +40,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessRequired($class, $property) { @@ -54,7 +54,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessMaxLength($class, $property) { @@ -66,7 +66,7 @@ class ValidatorTypeGuesser implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessPattern($class, $property) { diff --git a/src/Symfony/Component/Form/Form.php b/src/Symfony/Component/Form/Form.php index 952c67f9e7..990d4cb125 100644 --- a/src/Symfony/Component/Form/Form.php +++ b/src/Symfony/Component/Form/Form.php @@ -238,7 +238,7 @@ class Form implements \IteratorAggregate, FormInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isDisabled() { diff --git a/src/Symfony/Component/Form/FormTypeGuesserChain.php b/src/Symfony/Component/Form/FormTypeGuesserChain.php index 6e858ddffe..27db889026 100644 --- a/src/Symfony/Component/Form/FormTypeGuesserChain.php +++ b/src/Symfony/Component/Form/FormTypeGuesserChain.php @@ -41,7 +41,7 @@ class FormTypeGuesserChain implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessType($class, $property) { @@ -51,7 +51,7 @@ class FormTypeGuesserChain implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessRequired($class, $property) { @@ -61,7 +61,7 @@ class FormTypeGuesserChain implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessMaxLength($class, $property) { @@ -71,7 +71,7 @@ class FormTypeGuesserChain implements FormTypeGuesserInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function guessPattern($class, $property) { diff --git a/src/Symfony/Component/Form/ReversedTransformer.php b/src/Symfony/Component/Form/ReversedTransformer.php index 7069705feb..4fd2456462 100644 --- a/src/Symfony/Component/Form/ReversedTransformer.php +++ b/src/Symfony/Component/Form/ReversedTransformer.php @@ -38,7 +38,7 @@ class ReversedTransformer implements DataTransformerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function transform($value) { @@ -46,7 +46,7 @@ class ReversedTransformer implements DataTransformerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function reverseTransform($value) { diff --git a/src/Symfony/Component/HttpFoundation/JsonResponse.php b/src/Symfony/Component/HttpFoundation/JsonResponse.php index 631f111c97..15e7b582f7 100644 --- a/src/Symfony/Component/HttpFoundation/JsonResponse.php +++ b/src/Symfony/Component/HttpFoundation/JsonResponse.php @@ -45,7 +45,7 @@ class JsonResponse extends Response } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function create($data = null, $status = 200, $headers = array()) { diff --git a/src/Symfony/Component/HttpFoundation/RedirectResponse.php b/src/Symfony/Component/HttpFoundation/RedirectResponse.php index 1ae4a147f1..641bd93f63 100644 --- a/src/Symfony/Component/HttpFoundation/RedirectResponse.php +++ b/src/Symfony/Component/HttpFoundation/RedirectResponse.php @@ -51,7 +51,7 @@ class RedirectResponse extends Response } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function create($url = '', $status = 302, $headers = array()) { diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php index 4a5e63989a..d101f4f18d 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php @@ -59,7 +59,7 @@ class MemcacheSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function open($savePath, $sessionName) { @@ -67,7 +67,7 @@ class MemcacheSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function close() { @@ -75,7 +75,7 @@ class MemcacheSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function read($sessionId) { @@ -83,7 +83,7 @@ class MemcacheSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function write($sessionId, $data) { @@ -91,7 +91,7 @@ class MemcacheSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function destroy($sessionId) { @@ -99,7 +99,7 @@ class MemcacheSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function gc($lifetime) { diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php index b3ca0bd3cd..f6a0b20c3c 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php @@ -65,7 +65,7 @@ class MemcachedSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function open($savePath, $sessionName) { @@ -73,7 +73,7 @@ class MemcachedSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function close() { @@ -81,7 +81,7 @@ class MemcachedSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function read($sessionId) { @@ -89,7 +89,7 @@ class MemcachedSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function write($sessionId, $data) { @@ -97,7 +97,7 @@ class MemcachedSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function destroy($sessionId) { @@ -105,7 +105,7 @@ class MemcachedSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function gc($lifetime) { diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php index 69ebae9542..1b7bf7cab4 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php @@ -69,7 +69,7 @@ class MongoDbSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function open($savePath, $sessionName) { @@ -77,7 +77,7 @@ class MongoDbSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function close() { @@ -85,7 +85,7 @@ class MongoDbSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function destroy($sessionId) { @@ -97,7 +97,7 @@ class MongoDbSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function gc($lifetime) { @@ -119,7 +119,7 @@ class MongoDbSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc] + * {@inheritdoc} */ public function write($sessionId, $data) { @@ -136,7 +136,7 @@ class MongoDbSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function read($sessionId) { diff --git a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php index 821b2b2383..c5586f05a7 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php +++ b/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php @@ -81,7 +81,7 @@ class PdoSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function open($path, $name) { @@ -89,7 +89,7 @@ class PdoSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function close() { @@ -97,7 +97,7 @@ class PdoSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function destroy($id) { @@ -116,7 +116,7 @@ class PdoSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function gc($lifetime) { @@ -135,7 +135,7 @@ class PdoSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function read($id) { @@ -160,7 +160,7 @@ class PdoSessionHandler implements \SessionHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function write($id, $data) { diff --git a/src/Symfony/Component/HttpFoundation/StreamedResponse.php b/src/Symfony/Component/HttpFoundation/StreamedResponse.php index d2f49c7653..a4d44f23f0 100644 --- a/src/Symfony/Component/HttpFoundation/StreamedResponse.php +++ b/src/Symfony/Component/HttpFoundation/StreamedResponse.php @@ -51,7 +51,7 @@ class StreamedResponse extends Response } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function create($callback = null, $status = 200, $headers = array()) { diff --git a/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php b/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php index 7b492d0bbd..199a4be974 100644 --- a/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php +++ b/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php @@ -34,7 +34,7 @@ class ChainCacheClearer implements CacheClearerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function clear($cacheDir) { diff --git a/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php b/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php index f25f010b40..c89978e9c4 100644 --- a/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php +++ b/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php @@ -68,7 +68,7 @@ class TraceableEventDispatcher implements EventDispatcherInterface, TraceableEve } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addListener($eventName, $listener, $priority = 0) { @@ -148,7 +148,7 @@ class TraceableEventDispatcher implements EventDispatcherInterface, TraceableEve } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getCalledListeners() { @@ -156,7 +156,7 @@ class TraceableEventDispatcher implements EventDispatcherInterface, TraceableEve } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getNotCalledListeners() { diff --git a/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php b/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php index b1f3415810..09af6bd25d 100644 --- a/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php +++ b/src/Symfony/Component/HttpKernel/DependencyInjection/AddClassesToCachePass.php @@ -30,7 +30,7 @@ class AddClassesToCachePass implements CompilerPassInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function process(ContainerBuilder $container) { diff --git a/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php b/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php index 1a24da0270..3ec454bbcd 100644 --- a/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php +++ b/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php @@ -28,7 +28,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder; abstract class ConfigurableExtension extends Extension { /** - * {@inheritDoc} + * {@inheritdoc} */ final public function load(array $configs, ContainerBuilder $container) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php index 1a9601d8e9..eb61e2e7cc 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/AmPmTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class AmPmTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -27,7 +27,7 @@ class AmPmTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -35,7 +35,7 @@ class AmPmTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php index 06eb72eab8..dd28b0762f 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfWeekTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class DayOfWeekTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -37,7 +37,7 @@ class DayOfWeekTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -54,7 +54,7 @@ class DayOfWeekTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php index 2c33888c5f..30837483de 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayOfYearTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class DayOfYearTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -29,7 +29,7 @@ class DayOfYearTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -37,7 +37,7 @@ class DayOfYearTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php index 19d30e746c..e5146aaa95 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/DayTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class DayTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -27,7 +27,7 @@ class DayTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -35,7 +35,7 @@ class DayTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php index 8c8f5ef497..a7a1794ae3 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1200Transformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class Hour1200Transformer extends HourTransformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -30,7 +30,7 @@ class Hour1200Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function normalizeHour($hour, $marker = null) { @@ -42,7 +42,7 @@ class Hour1200Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -50,7 +50,7 @@ class Hour1200Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php index a8c43702f0..8a6595718d 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour1201Transformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class Hour1201Transformer extends HourTransformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -27,7 +27,7 @@ class Hour1201Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function normalizeHour($hour, $marker = null) { @@ -42,7 +42,7 @@ class Hour1201Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -50,7 +50,7 @@ class Hour1201Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php index 8f22da1336..64702685fb 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2400Transformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class Hour2400Transformer extends HourTransformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -27,7 +27,7 @@ class Hour2400Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function normalizeHour($hour, $marker = null) { @@ -41,7 +41,7 @@ class Hour2400Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -49,7 +49,7 @@ class Hour2400Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php index b0f486b9da..18a2b0bd03 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/Hour2401Transformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class Hour2401Transformer extends HourTransformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -30,7 +30,7 @@ class Hour2401Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function normalizeHour($hour, $marker = null) { @@ -44,7 +44,7 @@ class Hour2401Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -52,7 +52,7 @@ class Hour2401Transformer extends HourTransformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php index b48de29203..f44cd203e5 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/MinuteTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class MinuteTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -29,7 +29,7 @@ class MinuteTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -37,7 +37,7 @@ class MinuteTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php index c36fa7e600..874ace829b 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/MonthTransformer.php @@ -70,7 +70,7 @@ class MonthTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -93,7 +93,7 @@ class MonthTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -119,7 +119,7 @@ class MonthTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php index 8e83dc757f..eed7016cd8 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/QuarterTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class QuarterTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -39,7 +39,7 @@ class QuarterTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -55,7 +55,7 @@ class QuarterTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php index ccbcdb4164..639672e485 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/SecondTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class SecondTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -29,7 +29,7 @@ class SecondTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -37,7 +37,7 @@ class SecondTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php index 7d74bd3696..b94fccd36a 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/TimeZoneTransformer.php @@ -21,7 +21,7 @@ use Symfony\Component\Intl\Exception\NotImplementedException; class TimeZoneTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} * * @throws NotImplementedException When time zone is different than UTC or GMT (Etc/GMT) */ @@ -40,7 +40,7 @@ class TimeZoneTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -48,7 +48,7 @@ class TimeZoneTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php b/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php index c3bd699dce..0073272db4 100644 --- a/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php +++ b/src/Symfony/Component/Intl/DateFormatter/DateFormat/YearTransformer.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Intl\DateFormatter\DateFormat; class YearTransformer extends Transformer { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(\DateTime $dateTime, $length) { @@ -31,7 +31,7 @@ class YearTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getReverseMatchingRegExp($length) { @@ -39,7 +39,7 @@ class YearTransformer extends Transformer } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extractDateOptions($matched, $length) { diff --git a/src/Symfony/Component/Routing/Generator/UrlGenerator.php b/src/Symfony/Component/Routing/Generator/UrlGenerator.php index efc04f07b6..4c926c2a45 100644 --- a/src/Symfony/Component/Routing/Generator/UrlGenerator.php +++ b/src/Symfony/Component/Routing/Generator/UrlGenerator.php @@ -126,7 +126,7 @@ class UrlGenerator implements UrlGeneratorInterface, ConfigurableRequirementsInt } /** - * {@inheritDoc} + * {@inheritdoc} */ public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH) { diff --git a/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php b/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php index 51e80057cd..ee1e58b848 100644 --- a/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php +++ b/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php @@ -46,7 +46,7 @@ abstract class RedirectableUrlMatcher extends UrlMatcher implements Redirectable } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function handleRouteRequirements($pathinfo, $name, Route $route) { diff --git a/src/Symfony/Component/Routing/RouteCompiler.php b/src/Symfony/Component/Routing/RouteCompiler.php index cd3a11ccfe..9234b42b34 100644 --- a/src/Symfony/Component/Routing/RouteCompiler.php +++ b/src/Symfony/Component/Routing/RouteCompiler.php @@ -29,7 +29,7 @@ class RouteCompiler implements RouteCompilerInterface const SEPARATORS = '/,;.:-_~+*=@|'; /** - * {@inheritDoc} + * {@inheritdoc} * * @throws \LogicException If a variable is referenced more than once * @throws \DomainException If a variable name is numeric because PHP raises an error for such diff --git a/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php b/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php index 57c5329336..d1b6198475 100644 --- a/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php +++ b/src/Symfony/Component/Security/Acl/Dbal/AclProvider.php @@ -64,7 +64,7 @@ class AclProvider implements AclProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function findChildren(ObjectIdentityInterface $parentOid, $directChildrenOnly = false) { @@ -79,7 +79,7 @@ class AclProvider implements AclProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function findAcl(ObjectIdentityInterface $oid, array $sids = array()) { @@ -87,7 +87,7 @@ class AclProvider implements AclProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function findAcls(array $oids, array $sids = array()) { diff --git a/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php b/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php index 7b0f4bc68e..8ca2880a3d 100644 --- a/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php +++ b/src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php @@ -36,7 +36,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf private $propertyChanges; /** - * {@inheritDoc} + * {@inheritdoc} */ public function __construct(Connection $connection, PermissionGrantingStrategyInterface $permissionGrantingStrategy, array $options, AclCacheInterface $cache = null) { @@ -46,7 +46,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf } /** - * {@inheritDoc} + * {@inheritdoc} */ public function createAcl(ObjectIdentityInterface $oid) { @@ -73,7 +73,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf } /** - * {@inheritDoc} + * {@inheritdoc} */ public function deleteAcl(ObjectIdentityInterface $oid) { @@ -109,7 +109,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf } /** - * {@inheritDoc} + * {@inheritdoc} */ public function findAcls(array $oids, array $sids = array()) { @@ -216,7 +216,7 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateAcl(MutableAclInterface $acl) { diff --git a/src/Symfony/Component/Security/Acl/Domain/Acl.php b/src/Symfony/Component/Security/Acl/Domain/Acl.php index 41b2cd6396..cd02751f95 100644 --- a/src/Symfony/Component/Security/Acl/Domain/Acl.php +++ b/src/Symfony/Component/Security/Acl/Domain/Acl.php @@ -81,7 +81,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function deleteClassAce($index) { @@ -89,7 +89,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function deleteClassFieldAce($index, $field) { @@ -97,7 +97,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function deleteObjectAce($index) { @@ -105,7 +105,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function deleteObjectFieldAce($index, $field) { @@ -113,7 +113,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getClassAces() { @@ -121,7 +121,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getClassFieldAces($field) { @@ -129,7 +129,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getObjectAces() { @@ -137,7 +137,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getObjectFieldAces($field) { @@ -145,7 +145,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getId() { @@ -153,7 +153,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getObjectIdentity() { @@ -161,7 +161,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getParentAcl() { @@ -169,7 +169,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function insertClassAce(SecurityIdentityInterface $sid, $mask, $index = 0, $granting = true, $strategy = null) { @@ -177,7 +177,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function insertClassFieldAce($field, SecurityIdentityInterface $sid, $mask, $index = 0, $granting = true, $strategy = null) { @@ -185,7 +185,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function insertObjectAce(SecurityIdentityInterface $sid, $mask, $index = 0, $granting = true, $strategy = null) { @@ -193,7 +193,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function insertObjectFieldAce($field, SecurityIdentityInterface $sid, $mask, $index = 0, $granting = true, $strategy = null) { @@ -201,7 +201,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isEntriesInheriting() { @@ -209,7 +209,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isFieldGranted($field, array $masks, array $securityIdentities, $administrativeMode = false) { @@ -217,7 +217,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isGranted(array $masks, array $securityIdentities, $administrativeMode = false) { @@ -225,7 +225,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isSidLoaded($sids) { @@ -297,7 +297,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setEntriesInheriting($boolean) { @@ -308,7 +308,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setParentAcl(AclInterface $acl = null) { @@ -323,7 +323,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateClassAce($index, $mask, $strategy = null) { @@ -331,7 +331,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateClassFieldAce($index, $field, $mask, $strategy = null) { @@ -339,7 +339,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateObjectAce($index, $mask, $strategy = null) { @@ -347,7 +347,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateObjectFieldAce($index, $field, $mask, $strategy = null) { @@ -355,7 +355,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateClassAuditing($index, $auditSuccess, $auditFailure) { @@ -363,7 +363,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateClassFieldAuditing($index, $field, $auditSuccess, $auditFailure) { @@ -375,7 +375,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateObjectAuditing($index, $auditSuccess, $auditFailure) { @@ -383,7 +383,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged } /** - * {@inheritDoc} + * {@inheritdoc} */ public function updateObjectFieldAuditing($index, $field, $auditSuccess, $auditFailure) { diff --git a/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php b/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php index bfc5452a4c..b680fb1ea3 100644 --- a/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php +++ b/src/Symfony/Component/Security/Acl/Domain/DoctrineAclCache.php @@ -51,7 +51,7 @@ class DoctrineAclCache implements AclCacheInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function clearCache() { @@ -59,7 +59,7 @@ class DoctrineAclCache implements AclCacheInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function evictFromCacheById($aclId) { @@ -77,7 +77,7 @@ class DoctrineAclCache implements AclCacheInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function evictFromCacheByIdentity(ObjectIdentityInterface $oid) { @@ -90,7 +90,7 @@ class DoctrineAclCache implements AclCacheInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getFromCacheById($aclId) { @@ -110,7 +110,7 @@ class DoctrineAclCache implements AclCacheInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getFromCacheByIdentity(ObjectIdentityInterface $oid) { @@ -123,7 +123,7 @@ class DoctrineAclCache implements AclCacheInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function putInCache(AclInterface $acl) { diff --git a/src/Symfony/Component/Security/Acl/Domain/Entry.php b/src/Symfony/Component/Security/Acl/Domain/Entry.php index f49c95b418..b5eb28b179 100644 --- a/src/Symfony/Component/Security/Acl/Domain/Entry.php +++ b/src/Symfony/Component/Security/Acl/Domain/Entry.php @@ -56,7 +56,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getAcl() { @@ -64,7 +64,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMask() { @@ -72,7 +72,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getId() { @@ -80,7 +80,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSecurityIdentity() { @@ -88,7 +88,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getStrategy() { @@ -96,7 +96,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isAuditFailure() { @@ -104,7 +104,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isAuditSuccess() { @@ -112,7 +112,7 @@ class Entry implements AuditableEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isGranting() { diff --git a/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php b/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php index e4554f9941..2edc33ddf6 100644 --- a/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php +++ b/src/Symfony/Component/Security/Acl/Domain/FieldEntry.php @@ -45,7 +45,7 @@ class FieldEntry extends Entry implements FieldEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getField() { @@ -53,7 +53,7 @@ class FieldEntry extends Entry implements FieldEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function serialize() { @@ -64,7 +64,7 @@ class FieldEntry extends Entry implements FieldEntryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function unserialize($serialized) { diff --git a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php index d7d5f842c1..cf10330649 100644 --- a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php +++ b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentity.php @@ -74,7 +74,7 @@ final class ObjectIdentity implements ObjectIdentityInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getIdentifier() { @@ -82,7 +82,7 @@ final class ObjectIdentity implements ObjectIdentityInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getType() { @@ -90,7 +90,7 @@ final class ObjectIdentity implements ObjectIdentityInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function equals(ObjectIdentityInterface $identity) { diff --git a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php index acd3b2c770..7dc552c30d 100644 --- a/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php +++ b/src/Symfony/Component/Security/Acl/Domain/ObjectIdentityRetrievalStrategy.php @@ -22,7 +22,7 @@ use Symfony\Component\Security\Acl\Model\ObjectIdentityRetrievalStrategyInterfac class ObjectIdentityRetrievalStrategy implements ObjectIdentityRetrievalStrategyInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getObjectIdentity($domainObject) { diff --git a/src/Symfony/Component/Security/Acl/Domain/PermissionGrantingStrategy.php b/src/Symfony/Component/Security/Acl/Domain/PermissionGrantingStrategy.php index 0ebb8bc24f..d031b34325 100644 --- a/src/Symfony/Component/Security/Acl/Domain/PermissionGrantingStrategy.php +++ b/src/Symfony/Component/Security/Acl/Domain/PermissionGrantingStrategy.php @@ -42,7 +42,7 @@ class PermissionGrantingStrategy implements PermissionGrantingStrategyInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isGranted(AclInterface $acl, array $masks, array $sids, $administrativeMode = false) { @@ -74,7 +74,7 @@ class PermissionGrantingStrategy implements PermissionGrantingStrategyInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isFieldGranted(AclInterface $acl, $field, array $masks, array $sids, $administrativeMode = false) { diff --git a/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php b/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php index 0d3d0d2ca2..64f864d074 100644 --- a/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php +++ b/src/Symfony/Component/Security/Acl/Domain/RoleSecurityIdentity.php @@ -48,7 +48,7 @@ final class RoleSecurityIdentity implements SecurityIdentityInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function equals(SecurityIdentityInterface $sid) { diff --git a/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php b/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php index dbc053096a..b95fddc718 100644 --- a/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php +++ b/src/Symfony/Component/Security/Acl/Domain/SecurityIdentityRetrievalStrategy.php @@ -42,7 +42,7 @@ class SecurityIdentityRetrievalStrategy implements SecurityIdentityRetrievalStra } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getSecurityIdentities(TokenInterface $token) { diff --git a/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php b/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php index 3166a1a7ac..9418c81bf3 100644 --- a/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php +++ b/src/Symfony/Component/Security/Acl/Domain/UserSecurityIdentity.php @@ -96,7 +96,7 @@ final class UserSecurityIdentity implements SecurityIdentityInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function equals(SecurityIdentityInterface $sid) { diff --git a/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php b/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php index 97157f113a..30d801f824 100644 --- a/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php +++ b/src/Symfony/Component/Security/Acl/Permission/BasicPermissionMap.php @@ -87,7 +87,7 @@ class BasicPermissionMap implements PermissionMapInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMasks($permission, $object) { @@ -99,7 +99,7 @@ class BasicPermissionMap implements PermissionMapInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function contains($permission) { diff --git a/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php b/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php index 9b3ff3d1f0..d030459f37 100644 --- a/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php +++ b/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php @@ -36,7 +36,7 @@ class AuthenticationTrustResolver implements AuthenticationTrustResolverInterfac } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isAnonymous(TokenInterface $token = null) { @@ -48,7 +48,7 @@ class AuthenticationTrustResolver implements AuthenticationTrustResolverInterfac } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isRememberMe(TokenInterface $token = null) { @@ -60,7 +60,7 @@ class AuthenticationTrustResolver implements AuthenticationTrustResolverInterfac } /** - * {@inheritDoc} + * {@inheritdoc} */ public function isFullFledged(TokenInterface $token = null) { diff --git a/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php b/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php index b86e025557..c22522cb93 100644 --- a/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php +++ b/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php @@ -229,7 +229,7 @@ abstract class AbstractToken implements TokenInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function __toString() { diff --git a/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php b/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php index d39fec83d0..571816ca9e 100644 --- a/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php +++ b/src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php @@ -57,7 +57,7 @@ class AnonymousToken extends AbstractToken } /** - * {@inheritDoc} + * {@inheritdoc} */ public function serialize() { @@ -65,7 +65,7 @@ class AnonymousToken extends AbstractToken } /** - * {@inheritDoc} + * {@inheritdoc} */ public function unserialize($serialized) { diff --git a/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php b/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php index 8bad61fabf..03373809e1 100644 --- a/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php +++ b/src/Symfony/Component/Security/Core/Encoder/EncoderFactory.php @@ -26,7 +26,7 @@ class EncoderFactory implements EncoderFactoryInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getEncoder($user) { diff --git a/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php b/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php index a5618ce621..4a712637b0 100644 --- a/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php +++ b/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class AccountExpiredException extends AccountStatusException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php b/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php index 7819e4dd09..9b29f634b4 100644 --- a/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php +++ b/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php @@ -45,7 +45,7 @@ abstract class AccountStatusException extends AuthenticationException } /** - * {@inheritDoc} + * {@inheritdoc} */ public function serialize() { @@ -56,7 +56,7 @@ abstract class AccountStatusException extends AuthenticationException } /** - * {@inheritDoc} + * {@inheritdoc} */ public function unserialize($str) { diff --git a/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php b/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php index 633b2bee92..8595bed812 100644 --- a/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php +++ b/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php @@ -21,7 +21,7 @@ namespace Symfony\Component\Security\Core\Exception; class AuthenticationCredentialsNotFoundException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php b/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php index 758a4f0245..66f051d004 100644 --- a/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php +++ b/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class AuthenticationServiceException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php b/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php index 5deecca9b3..be061c7baa 100644 --- a/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php +++ b/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class BadCredentialsException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php b/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php index 8d9e154944..af97168495 100644 --- a/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php +++ b/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php @@ -21,7 +21,7 @@ namespace Symfony\Component\Security\Core\Exception; class CookieTheftException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php b/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php index b9bf2d158a..bcc1267a5f 100644 --- a/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php +++ b/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class CredentialsExpiredException extends AccountStatusException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/DisabledException.php b/src/Symfony/Component/Security/Core/Exception/DisabledException.php index 5571ab14a9..e9b784fbd4 100644 --- a/src/Symfony/Component/Security/Core/Exception/DisabledException.php +++ b/src/Symfony/Component/Security/Core/Exception/DisabledException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class DisabledException extends AccountStatusException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php b/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php index 74fc2b9b64..e33ef6ac93 100644 --- a/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php +++ b/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php @@ -22,7 +22,7 @@ namespace Symfony\Component\Security\Core\Exception; class InsufficientAuthenticationException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php b/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php index ce0e1f410e..84be85561d 100644 --- a/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php +++ b/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class InvalidCsrfTokenException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/LockedException.php b/src/Symfony/Component/Security/Core/Exception/LockedException.php index 6532f70a53..fffae74df8 100644 --- a/src/Symfony/Component/Security/Core/Exception/LockedException.php +++ b/src/Symfony/Component/Security/Core/Exception/LockedException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class LockedException extends AccountStatusException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php b/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php index 2f6681f1c9..998e987e40 100644 --- a/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php +++ b/src/Symfony/Component/Security/Core/Exception/NonceExpiredException.php @@ -21,7 +21,7 @@ namespace Symfony\Component\Security\Core\Exception; class NonceExpiredException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php b/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php index ea2b1fdf1f..af2e1b57b0 100644 --- a/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php +++ b/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php @@ -21,7 +21,7 @@ namespace Symfony\Component\Security\Core\Exception; class ProviderNotFoundException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php b/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php index 4b47b189ef..90b858a721 100644 --- a/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php +++ b/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php @@ -26,7 +26,7 @@ namespace Symfony\Component\Security\Core\Exception; class SessionUnavailableException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php b/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php index fb85abf0cf..b050302a4a 100644 --- a/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php +++ b/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php @@ -20,7 +20,7 @@ namespace Symfony\Component\Security\Core\Exception; class TokenNotFoundException extends AuthenticationException { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { diff --git a/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php b/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php index f656bacc6b..11607d336d 100644 --- a/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php +++ b/src/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php @@ -22,7 +22,7 @@ class UsernameNotFoundException extends AuthenticationException private $username; /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageKey() { @@ -50,7 +50,7 @@ class UsernameNotFoundException extends AuthenticationException } /** - * {@inheritDoc} + * {@inheritdoc} */ public function serialize() { @@ -61,7 +61,7 @@ class UsernameNotFoundException extends AuthenticationException } /** - * {@inheritDoc} + * {@inheritdoc} */ public function unserialize($str) { diff --git a/src/Symfony/Component/Security/Core/User/ChainUserProvider.php b/src/Symfony/Component/Security/Core/User/ChainUserProvider.php index fc720746dd..6e14a4ff26 100644 --- a/src/Symfony/Component/Security/Core/User/ChainUserProvider.php +++ b/src/Symfony/Component/Security/Core/User/ChainUserProvider.php @@ -40,7 +40,7 @@ class ChainUserProvider implements UserProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function loadUserByUsername($username) { @@ -58,7 +58,7 @@ class ChainUserProvider implements UserProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function refreshUser(UserInterface $user) { @@ -85,7 +85,7 @@ class ChainUserProvider implements UserProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function supportsClass($class) { diff --git a/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php b/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php index 074c21e1f1..624eb3d5d5 100644 --- a/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php +++ b/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php @@ -81,7 +81,7 @@ class InMemoryUserProvider implements UserProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function refreshUser(UserInterface $user) { @@ -93,7 +93,7 @@ class InMemoryUserProvider implements UserProviderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function supportsClass($class) { diff --git a/src/Symfony/Component/Security/Http/AccessMap.php b/src/Symfony/Component/Security/Http/AccessMap.php index 051a8c22b1..14fcbe12dc 100644 --- a/src/Symfony/Component/Security/Http/AccessMap.php +++ b/src/Symfony/Component/Security/Http/AccessMap.php @@ -37,7 +37,7 @@ class AccessMap implements AccessMapInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getPatterns(Request $request) { diff --git a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php b/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php index 70dcd1e858..f106a4afef 100644 --- a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php +++ b/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php @@ -58,7 +58,7 @@ class DefaultAuthenticationFailureHandler implements AuthenticationFailureHandle } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onAuthenticationFailure(Request $request, AuthenticationException $exception) { diff --git a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php b/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php index 0c084b9ea1..54d6fc1585 100644 --- a/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php +++ b/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php @@ -48,7 +48,7 @@ class DefaultAuthenticationSuccessHandler implements AuthenticationSuccessHandle } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onAuthenticationSuccess(Request $request, TokenInterface $token) { diff --git a/src/Symfony/Component/Security/Http/Firewall.php b/src/Symfony/Component/Security/Http/Firewall.php index 4f1cf30d03..7499c6fc03 100644 --- a/src/Symfony/Component/Security/Http/Firewall.php +++ b/src/Symfony/Component/Security/Http/Firewall.php @@ -72,7 +72,7 @@ class Firewall implements EventSubscriberInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function getSubscribedEvents() { diff --git a/src/Symfony/Component/Security/Http/FirewallMap.php b/src/Symfony/Component/Security/Http/FirewallMap.php index 0554bedc21..1bb73bd293 100644 --- a/src/Symfony/Component/Security/Http/FirewallMap.php +++ b/src/Symfony/Component/Security/Http/FirewallMap.php @@ -36,7 +36,7 @@ class FirewallMap implements FirewallMapInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getListeners(Request $request) { diff --git a/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php b/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php index 70f15cfca4..48626b0690 100644 --- a/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php +++ b/src/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php @@ -37,7 +37,7 @@ class DefaultLogoutSuccessHandler implements LogoutSuccessHandlerInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onLogoutSuccess(Request $request) { diff --git a/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php b/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php index 6500bfd8ba..12478dce4a 100644 --- a/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php +++ b/src/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php @@ -62,7 +62,7 @@ class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function cancelCookie(Request $request) { @@ -79,7 +79,7 @@ class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function processAutoLoginCookie(array $cookieParts, Request $request) { @@ -117,7 +117,7 @@ class PersistentTokenBasedRememberMeServices extends AbstractRememberMeServices } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function onLoginSuccess(Request $request, Response $response, TokenInterface $token) { diff --git a/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php b/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php index 60875877ef..2253c5d163 100644 --- a/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php +++ b/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php @@ -36,7 +36,7 @@ class ResponseListener implements EventSubscriberInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public static function getSubscribedEvents() { diff --git a/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php b/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php index 64d41bec80..75a2a0dd18 100644 --- a/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php +++ b/src/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php @@ -27,7 +27,7 @@ use Symfony\Component\Security\Core\User\UserInterface; class TokenBasedRememberMeServices extends AbstractRememberMeServices { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function processAutoLoginCookie(array $cookieParts, Request $request) { @@ -90,7 +90,7 @@ class TokenBasedRememberMeServices extends AbstractRememberMeServices } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function onLoginSuccess(Request $request, Response $response, TokenInterface $token) { diff --git a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php b/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php index e9c982641d..17160a18ef 100644 --- a/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php +++ b/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php @@ -38,7 +38,7 @@ class SessionAuthenticationStrategy implements SessionAuthenticationStrategyInte } /** - * {@inheritDoc} + * {@inheritdoc} */ public function onAuthentication(Request $request, TokenInterface $token) { diff --git a/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php b/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php index 54854c6cf4..8600b31af1 100644 --- a/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php +++ b/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php @@ -175,7 +175,7 @@ class GetSetMethodNormalizer extends SerializerAwareNormalizer implements Normal } /** - * {@inheritDoc} + * {@inheritdoc} */ public function supportsNormalization($data, $format = null) { @@ -183,7 +183,7 @@ class GetSetMethodNormalizer extends SerializerAwareNormalizer implements Normal } /** - * {@inheritDoc} + * {@inheritdoc} */ public function supportsDenormalization($data, $type, $format = null) { diff --git a/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php b/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php index 0b41190539..08005b097d 100644 --- a/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php @@ -24,7 +24,7 @@ class CsvFileDumper extends FileDumper private $enclosure = '"'; /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(MessageCatalogue $messages, $domain = 'messages') { @@ -54,7 +54,7 @@ class CsvFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/FileDumper.php b/src/Symfony/Component/Translation/Dumper/FileDumper.php index 63c1e6c3eb..d483058d1d 100644 --- a/src/Symfony/Component/Translation/Dumper/FileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/FileDumper.php @@ -25,7 +25,7 @@ use Symfony\Component\Translation\MessageCatalogue; abstract class FileDumper implements DumperInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function dump(MessageCatalogue $messages, $options = array()) { diff --git a/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php b/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php index 979153ac22..2da7cf33b3 100644 --- a/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php @@ -21,7 +21,7 @@ use Symfony\Component\Translation\MessageCatalogue; class IcuResFileDumper implements DumperInterface { /** - * {@inheritDoc} + * {@inheritdoc} */ public function dump(MessageCatalogue $messages, $options = array()) { @@ -49,7 +49,7 @@ class IcuResFileDumper implements DumperInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(MessageCatalogue $messages, $domain = 'messages') { @@ -126,7 +126,7 @@ class IcuResFileDumper implements DumperInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/IniFileDumper.php b/src/Symfony/Component/Translation/Dumper/IniFileDumper.php index 173cf8c12d..45df389bd6 100644 --- a/src/Symfony/Component/Translation/Dumper/IniFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/IniFileDumper.php @@ -21,7 +21,7 @@ use Symfony\Component\Translation\MessageCatalogue; class IniFileDumper extends FileDumper { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(MessageCatalogue $messages, $domain = 'messages') { @@ -36,7 +36,7 @@ class IniFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/MoFileDumper.php b/src/Symfony/Component/Translation/Dumper/MoFileDumper.php index a3a2a64933..26096d3552 100644 --- a/src/Symfony/Component/Translation/Dumper/MoFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/MoFileDumper.php @@ -22,7 +22,7 @@ use Symfony\Component\Translation\Loader\MoFileLoader; class MoFileDumper extends FileDumper { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(MessageCatalogue $messages, $domain = 'messages') { @@ -68,7 +68,7 @@ class MoFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php b/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php index e504facf2b..b354c1245c 100644 --- a/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php @@ -21,7 +21,7 @@ use Symfony\Component\Translation\MessageCatalogue; class PhpFileDumper extends FileDumper { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function format(MessageCatalogue $messages, $domain) { @@ -31,7 +31,7 @@ class PhpFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/PoFileDumper.php b/src/Symfony/Component/Translation/Dumper/PoFileDumper.php index 8ab589a94a..c091d4c41e 100644 --- a/src/Symfony/Component/Translation/Dumper/PoFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/PoFileDumper.php @@ -21,7 +21,7 @@ use Symfony\Component\Translation\MessageCatalogue; class PoFileDumper extends FileDumper { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(MessageCatalogue $messages, $domain = 'messages') { @@ -47,7 +47,7 @@ class PoFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/QtFileDumper.php b/src/Symfony/Component/Translation/Dumper/QtFileDumper.php index a1a848058e..42aa093481 100644 --- a/src/Symfony/Component/Translation/Dumper/QtFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/QtFileDumper.php @@ -21,7 +21,7 @@ use Symfony\Component\Translation\MessageCatalogue; class QtFileDumper extends FileDumper { /** - * {@inheritDoc} + * {@inheritdoc} */ public function format(MessageCatalogue $messages, $domain) { @@ -41,7 +41,7 @@ class QtFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php b/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php index 0d258aad36..96c0c8a387 100644 --- a/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php @@ -21,7 +21,7 @@ use Symfony\Component\Translation\MessageCatalogue; class XliffFileDumper extends FileDumper { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function format(MessageCatalogue $messages, $domain) { @@ -57,7 +57,7 @@ class XliffFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php b/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php index d8072fb753..3fd3f1499d 100644 --- a/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php +++ b/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php @@ -22,7 +22,7 @@ use Symfony\Component\Yaml\Yaml; class YamlFileDumper extends FileDumper { /** - * {@inheritDoc} + * {@inheritdoc} */ protected function format(MessageCatalogue $messages, $domain) { @@ -30,7 +30,7 @@ class YamlFileDumper extends FileDumper } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function getExtension() { diff --git a/src/Symfony/Component/Translation/Extractor/ChainExtractor.php b/src/Symfony/Component/Translation/Extractor/ChainExtractor.php index 0d07a93f42..50e3c84579 100644 --- a/src/Symfony/Component/Translation/Extractor/ChainExtractor.php +++ b/src/Symfony/Component/Translation/Extractor/ChainExtractor.php @@ -39,7 +39,7 @@ class ChainExtractor implements ExtractorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function setPrefix($prefix) { @@ -49,7 +49,7 @@ class ChainExtractor implements ExtractorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function extract($directory, MessageCatalogue $catalogue) { diff --git a/src/Symfony/Component/Validator/ConstraintValidator.php b/src/Symfony/Component/Validator/ConstraintValidator.php index fec20a9c2b..201db0f230 100644 --- a/src/Symfony/Component/Validator/ConstraintValidator.php +++ b/src/Symfony/Component/Validator/ConstraintValidator.php @@ -26,7 +26,7 @@ abstract class ConstraintValidator implements ConstraintValidatorInterface protected $context; /** - * {@inheritDoc} + * {@inheritdoc} */ public function initialize(ExecutionContextInterface $context) { diff --git a/src/Symfony/Component/Validator/ConstraintValidatorFactory.php b/src/Symfony/Component/Validator/ConstraintValidatorFactory.php index 683252f949..63865f6cee 100644 --- a/src/Symfony/Component/Validator/ConstraintValidatorFactory.php +++ b/src/Symfony/Component/Validator/ConstraintValidatorFactory.php @@ -23,7 +23,7 @@ class ConstraintValidatorFactory implements ConstraintValidatorFactoryInterface protected $validators = array(); /** - * {@inheritDoc} + * {@inheritdoc} */ public function getInstance(Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/ConstraintViolation.php b/src/Symfony/Component/Validator/ConstraintViolation.php index 05e9d6ad91..21e4660fe6 100644 --- a/src/Symfony/Component/Validator/ConstraintViolation.php +++ b/src/Symfony/Component/Validator/ConstraintViolation.php @@ -118,7 +118,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageTemplate() { @@ -126,7 +126,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessageParameters() { @@ -134,7 +134,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessagePluralization() { @@ -142,7 +142,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMessage() { @@ -150,7 +150,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRoot() { @@ -158,7 +158,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getPropertyPath() { @@ -166,7 +166,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getInvalidValue() { @@ -174,7 +174,7 @@ class ConstraintViolation implements ConstraintViolationInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getCode() { diff --git a/src/Symfony/Component/Validator/ConstraintViolationList.php b/src/Symfony/Component/Validator/ConstraintViolationList.php index 84e0a6316d..cccfa86aea 100644 --- a/src/Symfony/Component/Validator/ConstraintViolationList.php +++ b/src/Symfony/Component/Validator/ConstraintViolationList.php @@ -52,7 +52,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function add(ConstraintViolationInterface $violation) { @@ -60,7 +60,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addAll(ConstraintViolationListInterface $otherList) { @@ -70,7 +70,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function get($offset) { @@ -82,7 +82,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function has($offset) { @@ -90,7 +90,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function set($offset, ConstraintViolationInterface $violation) { @@ -98,7 +98,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function remove($offset) { @@ -106,7 +106,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getIterator() { @@ -114,7 +114,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function count() { @@ -122,7 +122,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function offsetExists($offset) { @@ -130,7 +130,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function offsetGet($offset) { @@ -138,7 +138,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function offsetSet($offset, $violation) { @@ -150,7 +150,7 @@ class ConstraintViolationList implements \IteratorAggregate, ConstraintViolation } /** - * {@inheritDoc} + * {@inheritdoc} */ public function offsetUnset($offset) { diff --git a/src/Symfony/Component/Validator/Constraints/AbstractComparison.php b/src/Symfony/Component/Validator/Constraints/AbstractComparison.php index fdf080b206..fb1f1f3ef7 100644 --- a/src/Symfony/Component/Validator/Constraints/AbstractComparison.php +++ b/src/Symfony/Component/Validator/Constraints/AbstractComparison.php @@ -25,7 +25,7 @@ abstract class AbstractComparison extends Constraint public $value; /** - * {@inheritDoc} + * {@inheritdoc} */ public function __construct($options = null) { @@ -40,7 +40,7 @@ abstract class AbstractComparison extends Constraint } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDefaultOption() { diff --git a/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php b/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php index 65753051db..5cc49e4e87 100644 --- a/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php +++ b/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; abstract class AbstractComparisonValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/All.php b/src/Symfony/Component/Validator/Constraints/All.php index 537168625c..98069901cc 100644 --- a/src/Symfony/Component/Validator/Constraints/All.php +++ b/src/Symfony/Component/Validator/Constraints/All.php @@ -26,7 +26,7 @@ class All extends Constraint public $constraints = array(); /** - * {@inheritDoc} + * {@inheritdoc} */ public function __construct($options = null) { diff --git a/src/Symfony/Component/Validator/Constraints/AllValidator.php b/src/Symfony/Component/Validator/Constraints/AllValidator.php index c38f19a666..2ffb8bf16f 100644 --- a/src/Symfony/Component/Validator/Constraints/AllValidator.php +++ b/src/Symfony/Component/Validator/Constraints/AllValidator.php @@ -23,7 +23,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class AllValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/BlankValidator.php b/src/Symfony/Component/Validator/Constraints/BlankValidator.php index 0a673588fc..06064620f1 100644 --- a/src/Symfony/Component/Validator/Constraints/BlankValidator.php +++ b/src/Symfony/Component/Validator/Constraints/BlankValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class BlankValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/Callback.php b/src/Symfony/Component/Validator/Constraints/Callback.php index e93efa4b99..4355b2d7c7 100644 --- a/src/Symfony/Component/Validator/Constraints/Callback.php +++ b/src/Symfony/Component/Validator/Constraints/Callback.php @@ -25,7 +25,7 @@ class Callback extends Constraint public $methods; /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRequiredOptions() { @@ -33,7 +33,7 @@ class Callback extends Constraint } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDefaultOption() { @@ -41,7 +41,7 @@ class Callback extends Constraint } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getTargets() { diff --git a/src/Symfony/Component/Validator/Constraints/CallbackValidator.php b/src/Symfony/Component/Validator/Constraints/CallbackValidator.php index ab3c56f98e..ca5a42bca0 100644 --- a/src/Symfony/Component/Validator/Constraints/CallbackValidator.php +++ b/src/Symfony/Component/Validator/Constraints/CallbackValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\ConstraintDefinitionException; class CallbackValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($object, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/Choice.php b/src/Symfony/Component/Validator/Constraints/Choice.php index 50508aeed2..bd7411a0d7 100644 --- a/src/Symfony/Component/Validator/Constraints/Choice.php +++ b/src/Symfony/Component/Validator/Constraints/Choice.php @@ -34,7 +34,7 @@ class Choice extends Constraint public $maxMessage = 'You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices.'; /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDefaultOption() { diff --git a/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php b/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php index 294e7dbfc9..ef9ae6e3ad 100644 --- a/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php +++ b/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php @@ -28,7 +28,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class ChoiceValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/Collection.php b/src/Symfony/Component/Validator/Constraints/Collection.php index 92afd7d29b..6b8a661ebd 100644 --- a/src/Symfony/Component/Validator/Constraints/Collection.php +++ b/src/Symfony/Component/Validator/Constraints/Collection.php @@ -30,7 +30,7 @@ class Collection extends Constraint public $missingFieldsMessage = 'This field is missing.'; /** - * {@inheritDoc} + * {@inheritdoc} */ public function __construct($options = null) { diff --git a/src/Symfony/Component/Validator/Constraints/CollectionValidator.php b/src/Symfony/Component/Validator/Constraints/CollectionValidator.php index f273ac40b9..538ff7e346 100644 --- a/src/Symfony/Component/Validator/Constraints/CollectionValidator.php +++ b/src/Symfony/Component/Validator/Constraints/CollectionValidator.php @@ -23,7 +23,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class CollectionValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/CountValidator.php b/src/Symfony/Component/Validator/Constraints/CountValidator.php index 0a3be12f95..d7d5025b1c 100644 --- a/src/Symfony/Component/Validator/Constraints/CountValidator.php +++ b/src/Symfony/Component/Validator/Constraints/CountValidator.php @@ -21,7 +21,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class CountValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/CountryValidator.php b/src/Symfony/Component/Validator/Constraints/CountryValidator.php index 1b3f8653e4..6a8d1d6446 100644 --- a/src/Symfony/Component/Validator/Constraints/CountryValidator.php +++ b/src/Symfony/Component/Validator/Constraints/CountryValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class CountryValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php b/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php index 4465e46dfe..4451047cdd 100644 --- a/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php +++ b/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class CurrencyValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/DateValidator.php b/src/Symfony/Component/Validator/Constraints/DateValidator.php index f891f9d621..733a3b7f5e 100644 --- a/src/Symfony/Component/Validator/Constraints/DateValidator.php +++ b/src/Symfony/Component/Validator/Constraints/DateValidator.php @@ -25,7 +25,7 @@ class DateValidator extends ConstraintValidator const PATTERN = '/^(\d{4})-(\d{2})-(\d{2})$/'; /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/EmailValidator.php b/src/Symfony/Component/Validator/Constraints/EmailValidator.php index e0593102bc..f45d749f2c 100644 --- a/src/Symfony/Component/Validator/Constraints/EmailValidator.php +++ b/src/Symfony/Component/Validator/Constraints/EmailValidator.php @@ -23,7 +23,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class EmailValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/EqualToValidator.php b/src/Symfony/Component/Validator/Constraints/EqualToValidator.php index 2919f13633..3739dbebfe 100644 --- a/src/Symfony/Component/Validator/Constraints/EqualToValidator.php +++ b/src/Symfony/Component/Validator/Constraints/EqualToValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class EqualToValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/FalseValidator.php b/src/Symfony/Component/Validator/Constraints/FalseValidator.php index 7cead61508..4e8c4df269 100644 --- a/src/Symfony/Component/Validator/Constraints/FalseValidator.php +++ b/src/Symfony/Component/Validator/Constraints/FalseValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class FalseValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/FileValidator.php b/src/Symfony/Component/Validator/Constraints/FileValidator.php index 06e16ebe2c..5f499810e6 100644 --- a/src/Symfony/Component/Validator/Constraints/FileValidator.php +++ b/src/Symfony/Component/Validator/Constraints/FileValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\HttpFoundation\File\UploadedFile; class FileValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php b/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php index f3b8210a3c..2363204174 100644 --- a/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php +++ b/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class GreaterThanOrEqualValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php b/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php index c37ba44dde..fdcf0c1f94 100644 --- a/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php +++ b/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class GreaterThanValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/IbanValidator.php b/src/Symfony/Component/Validator/Constraints/IbanValidator.php index d26363f37b..640da3c702 100644 --- a/src/Symfony/Component/Validator/Constraints/IbanValidator.php +++ b/src/Symfony/Component/Validator/Constraints/IbanValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class IbanValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php b/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php index 3d979513e3..a1867262aa 100644 --- a/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php +++ b/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class IdenticalToValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/ImageValidator.php b/src/Symfony/Component/Validator/Constraints/ImageValidator.php index 79e6bdcddb..79890b8304 100644 --- a/src/Symfony/Component/Validator/Constraints/ImageValidator.php +++ b/src/Symfony/Component/Validator/Constraints/ImageValidator.php @@ -23,7 +23,7 @@ use Symfony\Component\Validator\Exception\ConstraintDefinitionException; class ImageValidator extends FileValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/Ip.php b/src/Symfony/Component/Validator/Constraints/Ip.php index 099f2aabd7..b759ff169d 100644 --- a/src/Symfony/Component/Validator/Constraints/Ip.php +++ b/src/Symfony/Component/Validator/Constraints/Ip.php @@ -68,7 +68,7 @@ class Ip extends Constraint public $message = 'This is not a valid IP address.'; /** - * {@inheritDoc} + * {@inheritdoc} */ public function __construct($options = null) { diff --git a/src/Symfony/Component/Validator/Constraints/IpValidator.php b/src/Symfony/Component/Validator/Constraints/IpValidator.php index 3358ec25c4..69afe61b71 100644 --- a/src/Symfony/Component/Validator/Constraints/IpValidator.php +++ b/src/Symfony/Component/Validator/Constraints/IpValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class IpValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/IsbnValidator.php b/src/Symfony/Component/Validator/Constraints/IsbnValidator.php index 62a3b0388e..a000e382ed 100644 --- a/src/Symfony/Component/Validator/Constraints/IsbnValidator.php +++ b/src/Symfony/Component/Validator/Constraints/IsbnValidator.php @@ -25,7 +25,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class IsbnValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/IssnValidator.php b/src/Symfony/Component/Validator/Constraints/IssnValidator.php index 7e0baa876d..0e580ea96c 100644 --- a/src/Symfony/Component/Validator/Constraints/IssnValidator.php +++ b/src/Symfony/Component/Validator/Constraints/IssnValidator.php @@ -25,7 +25,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class IssnValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/LanguageValidator.php b/src/Symfony/Component/Validator/Constraints/LanguageValidator.php index 5c4dbed298..87019705db 100644 --- a/src/Symfony/Component/Validator/Constraints/LanguageValidator.php +++ b/src/Symfony/Component/Validator/Constraints/LanguageValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class LanguageValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/LengthValidator.php b/src/Symfony/Component/Validator/Constraints/LengthValidator.php index 8090a2c6a8..8dc68483c8 100644 --- a/src/Symfony/Component/Validator/Constraints/LengthValidator.php +++ b/src/Symfony/Component/Validator/Constraints/LengthValidator.php @@ -21,7 +21,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class LengthValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php b/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php index 46204b4109..dcc93b2503 100644 --- a/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php +++ b/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class LessThanOrEqualValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/LessThanValidator.php b/src/Symfony/Component/Validator/Constraints/LessThanValidator.php index 3d86ef366a..081316a588 100644 --- a/src/Symfony/Component/Validator/Constraints/LessThanValidator.php +++ b/src/Symfony/Component/Validator/Constraints/LessThanValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class LessThanValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/LocaleValidator.php b/src/Symfony/Component/Validator/Constraints/LocaleValidator.php index 97c6aed977..daf594800b 100644 --- a/src/Symfony/Component/Validator/Constraints/LocaleValidator.php +++ b/src/Symfony/Component/Validator/Constraints/LocaleValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class LocaleValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php b/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php index dd3dbdd849..98c2730fe8 100644 --- a/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class NotBlankValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php b/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php index 6618f31e40..5710a85b93 100644 --- a/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class NotEqualToValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php b/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php index ffcb8738df..ed8dc1c0dd 100644 --- a/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php @@ -19,7 +19,7 @@ namespace Symfony\Component\Validator\Constraints; class NotIdenticalToValidator extends AbstractComparisonValidator { /** - * @inheritDoc + * {@inheritdoc} */ protected function compareValues($value1, $value2) { diff --git a/src/Symfony/Component/Validator/Constraints/NotNullValidator.php b/src/Symfony/Component/Validator/Constraints/NotNullValidator.php index 4ee65928ef..254dd00d63 100644 --- a/src/Symfony/Component/Validator/Constraints/NotNullValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NotNullValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class NotNullValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/NullValidator.php b/src/Symfony/Component/Validator/Constraints/NullValidator.php index 9753f43315..f0f09c492f 100644 --- a/src/Symfony/Component/Validator/Constraints/NullValidator.php +++ b/src/Symfony/Component/Validator/Constraints/NullValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class NullValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/RangeValidator.php b/src/Symfony/Component/Validator/Constraints/RangeValidator.php index 1a8ba15ac3..6f0ad51dba 100644 --- a/src/Symfony/Component/Validator/Constraints/RangeValidator.php +++ b/src/Symfony/Component/Validator/Constraints/RangeValidator.php @@ -20,7 +20,7 @@ use Symfony\Component\Validator\ConstraintValidator; class RangeValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/Regex.php b/src/Symfony/Component/Validator/Constraints/Regex.php index e9aad6382c..05d441ad9f 100644 --- a/src/Symfony/Component/Validator/Constraints/Regex.php +++ b/src/Symfony/Component/Validator/Constraints/Regex.php @@ -28,7 +28,7 @@ class Regex extends Constraint public $match = true; /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDefaultOption() { @@ -36,7 +36,7 @@ class Regex extends Constraint } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRequiredOptions() { diff --git a/src/Symfony/Component/Validator/Constraints/RegexValidator.php b/src/Symfony/Component/Validator/Constraints/RegexValidator.php index c39869d288..1f2febbbca 100644 --- a/src/Symfony/Component/Validator/Constraints/RegexValidator.php +++ b/src/Symfony/Component/Validator/Constraints/RegexValidator.php @@ -26,7 +26,7 @@ use Symfony\Component\Validator\Exception\UnexpectedTypeException; class RegexValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/TimeValidator.php b/src/Symfony/Component/Validator/Constraints/TimeValidator.php index 31259cc4b3..cbaa816d1a 100644 --- a/src/Symfony/Component/Validator/Constraints/TimeValidator.php +++ b/src/Symfony/Component/Validator/Constraints/TimeValidator.php @@ -25,7 +25,7 @@ class TimeValidator extends ConstraintValidator const PATTERN = '/^(0[0-9]|1[0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])$/'; /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/TrueValidator.php b/src/Symfony/Component/Validator/Constraints/TrueValidator.php index 2fbe0478ce..5ef74fd274 100644 --- a/src/Symfony/Component/Validator/Constraints/TrueValidator.php +++ b/src/Symfony/Component/Validator/Constraints/TrueValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class TrueValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/Type.php b/src/Symfony/Component/Validator/Constraints/Type.php index cdcc10c91a..9f8cf7d389 100644 --- a/src/Symfony/Component/Validator/Constraints/Type.php +++ b/src/Symfony/Component/Validator/Constraints/Type.php @@ -26,7 +26,7 @@ class Type extends Constraint public $type; /** - * {@inheritDoc} + * {@inheritdoc} */ public function getDefaultOption() { @@ -34,7 +34,7 @@ class Type extends Constraint } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getRequiredOptions() { diff --git a/src/Symfony/Component/Validator/Constraints/TypeValidator.php b/src/Symfony/Component/Validator/Constraints/TypeValidator.php index ecc88dfbd1..f75bb0fd8b 100644 --- a/src/Symfony/Component/Validator/Constraints/TypeValidator.php +++ b/src/Symfony/Component/Validator/Constraints/TypeValidator.php @@ -22,7 +22,7 @@ use Symfony\Component\Validator\ConstraintValidator; class TypeValidator extends ConstraintValidator { /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Constraints/UrlValidator.php b/src/Symfony/Component/Validator/Constraints/UrlValidator.php index b2ea7e1b5f..d743c3807f 100644 --- a/src/Symfony/Component/Validator/Constraints/UrlValidator.php +++ b/src/Symfony/Component/Validator/Constraints/UrlValidator.php @@ -38,7 +38,7 @@ class UrlValidator extends ConstraintValidator $~ixu'; /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php b/src/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php index 90dd282e08..985a3d303b 100644 --- a/src/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php +++ b/src/Symfony/Component/Validator/Mapping/BlackholeMetadataFactory.php @@ -21,7 +21,7 @@ use Symfony\Component\Validator\MetadataFactoryInterface; class BlackholeMetadataFactory implements MetadataFactoryInterface { /** - * @inheritdoc + * {@inheritdoc} */ public function getMetadataFor($value) { @@ -29,7 +29,7 @@ class BlackholeMetadataFactory implements MetadataFactoryInterface } /** - * @inheritdoc + * {@inheritdoc} */ public function hasMetadataFor($value) { diff --git a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php index 7ca93e87ec..9395c7cb58 100644 --- a/src/Symfony/Component/Validator/Mapping/ClassMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/ClassMetadata.php @@ -166,7 +166,7 @@ class ClassMetadata extends ElementMetadata implements MetadataInterface, ClassB } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addConstraint(Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Mapping/GetterMetadata.php b/src/Symfony/Component/Validator/Mapping/GetterMetadata.php index 1e44062463..a4a2548125 100644 --- a/src/Symfony/Component/Validator/Mapping/GetterMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/GetterMetadata.php @@ -40,7 +40,7 @@ class GetterMetadata extends MemberMetadata } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getPropertyValue($object) { @@ -48,7 +48,7 @@ class GetterMetadata extends MemberMetadata } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function newReflectionMember($objectOrClassName) { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php index 0e7e89b548..ac04f61774 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/AnnotationLoader.php @@ -28,7 +28,7 @@ class AnnotationLoader implements LoaderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function loadClassMetadata(ClassMetadata $metadata) { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php b/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php index a0c9ef127f..7378daf5e8 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php @@ -47,7 +47,7 @@ class LoaderChain implements LoaderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function loadClassMetadata(ClassMetadata $metadata) { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php index d8086b2b9c..54dcc57cc7 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php @@ -24,7 +24,7 @@ class StaticMethodLoader implements LoaderInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function loadClassMetadata(ClassMetadata $metadata) { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php index 3f157c9241..c7d82c449c 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php @@ -25,7 +25,7 @@ class XmlFileLoader extends FileLoader protected $classes = null; /** - * {@inheritDoc} + * {@inheritdoc} */ public function loadClassMetadata(ClassMetadata $metadata) { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php index a4628cf073..02989ffe89 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php @@ -21,7 +21,7 @@ namespace Symfony\Component\Validator\Mapping\Loader; class XmlFilesLoader extends FilesLoader { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getFileLoaderInstance($file) { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php index 9b3757d522..32d6c6ae7c 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php @@ -26,7 +26,7 @@ class YamlFileLoader extends FileLoader protected $classes = null; /** - * {@inheritDoc} + * {@inheritdoc} */ public function loadClassMetadata(ClassMetadata $metadata) { diff --git a/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php b/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php index bfffacef5c..12cd1a0af1 100644 --- a/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php +++ b/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php @@ -21,7 +21,7 @@ namespace Symfony\Component\Validator\Mapping\Loader; class YamlFilesLoader extends FilesLoader { /** - * {@inheritDoc} + * {@inheritdoc} */ public function getFileLoaderInstance($file) { diff --git a/src/Symfony/Component/Validator/Mapping/MemberMetadata.php b/src/Symfony/Component/Validator/Mapping/MemberMetadata.php index c30a87ee06..e52d08305b 100644 --- a/src/Symfony/Component/Validator/Mapping/MemberMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/MemberMetadata.php @@ -52,7 +52,7 @@ abstract class MemberMetadata extends ElementMetadata implements PropertyMetadat } /** - * {@inheritDoc} + * {@inheritdoc} */ public function addConstraint(Constraint $constraint) { diff --git a/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php b/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php index 468f196f04..f14b98ce6e 100644 --- a/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php +++ b/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php @@ -33,7 +33,7 @@ class PropertyMetadata extends MemberMetadata } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getPropertyValue($object) { @@ -41,7 +41,7 @@ class PropertyMetadata extends MemberMetadata } /** - * {@inheritDoc} + * {@inheritdoc} */ protected function newReflectionMember($objectOrClassName) { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php index 90befab262..45c9bd1dee 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php @@ -30,7 +30,7 @@ class EqualToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -44,7 +44,7 @@ class EqualToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php index 2f97b03eb4..9393bec619 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php @@ -30,7 +30,7 @@ class GreaterThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCas } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -46,7 +46,7 @@ class GreaterThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCas } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php index 72087fab83..49c31727ff 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php @@ -30,7 +30,7 @@ class GreaterThanValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -43,7 +43,7 @@ class GreaterThanValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php index 63d8666335..ede2e43e7e 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php @@ -30,7 +30,7 @@ class IdenticalToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -45,7 +45,7 @@ class IdenticalToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php index 406e222119..9eca353e48 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php @@ -30,7 +30,7 @@ class LessThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -46,7 +46,7 @@ class LessThanOrEqualValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php index b8f88a87cc..daee667254 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php @@ -30,7 +30,7 @@ class LessThanValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -43,7 +43,7 @@ class LessThanValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php index 80a86a39b9..ecf89d79de 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php @@ -30,7 +30,7 @@ class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -43,7 +43,7 @@ class NotEqualToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php b/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php index fe43078503..6b518c92a9 100644 --- a/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php +++ b/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php @@ -30,7 +30,7 @@ class NotIdenticalToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideValidComparisons() { @@ -45,7 +45,7 @@ class NotIdenticalToValidatorTest extends AbstractComparisonValidatorTestCase } /** - * {@inheritDoc} + * {@inheritdoc} */ public function provideInvalidComparisons() { diff --git a/src/Symfony/Component/Validator/Validator.php b/src/Symfony/Component/Validator/Validator.php index a7bcc3a0a6..39d886a171 100644 --- a/src/Symfony/Component/Validator/Validator.php +++ b/src/Symfony/Component/Validator/Validator.php @@ -72,7 +72,7 @@ class Validator implements ValidatorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function getMetadataFor($value) { @@ -80,7 +80,7 @@ class Validator implements ValidatorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function validate($value, $groups = null, $traverse = false, $deep = false) { @@ -94,7 +94,7 @@ class Validator implements ValidatorInterface } /** - * {@inheritDoc} + * {@inheritdoc} * * @throws ValidatorException If the metadata for the value does not support properties. */ @@ -125,7 +125,7 @@ class Validator implements ValidatorInterface } /** - * {@inheritDoc} + * {@inheritdoc} * * @throws ValidatorException If the metadata for the value does not support properties. */ @@ -156,7 +156,7 @@ class Validator implements ValidatorInterface } /** - * {@inheritDoc} + * {@inheritdoc} */ public function validateValue($value, $constraints, $groups = null) {