made {@inheritdoc} annotations consistent across the board

This commit is contained in:
Fabien Potencier 2014-04-16 10:03:46 +02:00
parent 29b6f6b3a0
commit 03f0c2de8a
11 changed files with 24 additions and 24 deletions

View File

@ -55,7 +55,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function alert($message)
{
@ -63,7 +63,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function crit($message)
{
@ -71,7 +71,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function err($message)
{
@ -79,7 +79,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function warning($message)
{
@ -87,7 +87,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function notice($message)
{
@ -95,7 +95,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function info($message)
{
@ -103,7 +103,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function debug($message)
{
@ -132,7 +132,7 @@ class PropelLogger implements \BasicLogger
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function log($message, $severity = null)
{

View File

@ -24,7 +24,7 @@ abstract class InputAwareHelper extends Helper implements InputAwareInterface
protected $input;
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function setInput(InputInterface $input)
{

View File

@ -36,7 +36,7 @@ class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransfo
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function reverseTransform($value)
{

View File

@ -34,7 +34,7 @@ class DataCollectorExtension extends AbstractExtension
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function loadTypeExtensions()
{

View File

@ -36,7 +36,7 @@ class DataCollectorListener implements EventSubscriberInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public static function getSubscribedEvents()
{

View File

@ -198,7 +198,7 @@ class FormDataCollector extends DataCollector implements FormDataCollectorInterf
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getName()
{

View File

@ -36,7 +36,7 @@ class DataCollectorTypeExtension extends AbstractTypeExtension
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function buildForm(FormBuilderInterface $builder, array $options)
{
@ -44,7 +44,7 @@ class DataCollectorTypeExtension extends AbstractTypeExtension
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getExtendedType()
{

View File

@ -51,7 +51,7 @@ class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterfa
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function onAuthenticationSuccess(Request $request, TokenInterface $token)
{
@ -78,7 +78,7 @@ class SimpleAuthenticationHandler implements AuthenticationFailureHandlerInterfa
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function onAuthenticationFailure(Request $request, AuthenticationException $exception)
{

View File

@ -25,7 +25,7 @@ if (!defined('JSON_PRETTY_PRINT')) {
class JsonFileDumper extends FileDumper
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function format(MessageCatalogue $messages, $domain = 'messages')
{
@ -33,7 +33,7 @@ class JsonFileDumper extends FileDumper
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function getExtension()
{

View File

@ -25,7 +25,7 @@ class Expression extends Constraint
public $expression;
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getDefaultOption()
{
@ -33,7 +33,7 @@ class Expression extends Constraint
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getRequiredOptions()
{
@ -41,7 +41,7 @@ class Expression extends Constraint
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getTargets()
{
@ -49,7 +49,7 @@ class Expression extends Constraint
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function validatedBy()
{

View File

@ -40,7 +40,7 @@ class ExpressionValidator extends ConstraintValidator
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function validate($value, Constraint $constraint)
{