made {@inheritdoc} annotations consistent across the board

This commit is contained in:
Fabien Potencier 2014-04-15 07:57:34 +02:00
parent c2e134fbb9
commit 810b9ed107
215 changed files with 432 additions and 432 deletions

View File

@ -33,7 +33,7 @@ class DoctrineValidationPass implements CompilerPassInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function process(ContainerBuilder $container)
{

View File

@ -45,7 +45,7 @@ class RegisterEventListenersAndSubscribersPass implements CompilerPassInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function process(ContainerBuilder $container)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -45,7 +45,7 @@ class UniqueEntity extends Constraint
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getTargets()
{

View File

@ -58,7 +58,7 @@ class ChromePhpHandler extends BaseChromePhpHandler
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function sendHeader($header, $content)
{

View File

@ -59,7 +59,7 @@ class FirePHPHandler extends BaseFirePHPHandler
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function sendHeader($header, $content)
{

View File

@ -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)
{

View File

@ -44,7 +44,7 @@ class RuntimeInstantiator implements InstantiatorInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function instantiateProxy(ContainerInterface $container, Definition $definition, $id, $realInstantiator)
{

View File

@ -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)
{

View File

@ -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()
{

View File

@ -31,7 +31,7 @@ class RuntimeInstantiatorTest extends \PHPUnit_Framework_TestCase
protected $instantiator;
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function setUp()
{

View File

@ -29,7 +29,7 @@ class ProxyDumperTest extends \PHPUnit_Framework_TestCase
protected $dumper;
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function setUp()
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\Reference;
class AddCacheClearerPass implements CompilerPassInterface
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function process(ContainerBuilder $container)
{

View File

@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\Reference;
class AddCacheWarmerPass implements CompilerPassInterface
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function process(ContainerBuilder $container)
{

View File

@ -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)
{

View File

@ -23,7 +23,7 @@ use Symfony\Component\DependencyInjection\Compiler\CompilerPassInterface;
class AddSecurityVotersPass implements CompilerPassInterface
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function process(ContainerBuilder $container)
{

View File

@ -48,7 +48,7 @@ class DebugUniversalClassLoader extends UniversalClassLoader
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function loadClass($class)
{

View File

@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException;
class BooleanNode extends ScalarNode
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function validateType($value)
{

View File

@ -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()
{

View File

@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\BooleanNode;
class BooleanNodeDefinition extends ScalarNodeDefinition
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function __construct($name, NodeParentInterface $parent = null)
{

View File

@ -31,7 +31,7 @@ class VariableNodeDefinition extends NodeDefinition
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function createNode()
{

View File

@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException;
class FloatNode extends NumericNode
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function validateType($value)
{

View File

@ -21,7 +21,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException;
class IntegerNode extends NumericNode
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function validateType($value)
{

View File

@ -31,7 +31,7 @@ class NumericNode extends ScalarNode
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function finalizeValue($value)
{

View File

@ -28,7 +28,7 @@ use Symfony\Component\Config\Definition\Exception\InvalidTypeException;
class ScalarNode extends VariableNode
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function validateType($value)
{

View File

@ -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)
{

View File

@ -393,7 +393,7 @@ class DialogHelper extends Helper
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getName()
{

View File

@ -71,7 +71,7 @@ class FormatterHelper extends Helper
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getName()
{

View File

@ -446,7 +446,7 @@ class ProgressHelper extends Helper
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getName()
{

View File

@ -479,7 +479,7 @@ class TableHelper extends Helper
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getName()
{

View File

@ -44,7 +44,7 @@ class AnalyzeServiceReferencesPass implements RepeatablePassInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function setRepeatedPass(RepeatedPass $repeatedPass)
{

View File

@ -30,7 +30,7 @@ class InlineServiceDefinitionsPass implements RepeatablePassInterface
private $currentId;
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function setRepeatedPass(RepeatedPass $repeatedPass)
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\DependencyInjection\Extension\PrependExtensionInterface;
class MergeExtensionConfigurationPass implements CompilerPassInterface
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function process(ContainerBuilder $container)
{

View File

@ -23,7 +23,7 @@ class RemoveUnusedDefinitionsPass implements RepeatablePassInterface
private $repeatedPass;
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function setRepeatedPass(RepeatedPass $repeatedPass)
{

View File

@ -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
*/

View File

@ -58,7 +58,7 @@ class PhpDumper extends Dumper
private $proxyDumper;
/**
* {@inheritDoc}
* {@inheritdoc}
*
* @api
*/
@ -920,7 +920,7 @@ EOF;
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getParameterBag()
{

View File

@ -78,7 +78,7 @@ abstract class Extension implements ExtensionInterface, ConfigurationExtensionIn
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getConfiguration(array $config, ContainerBuilder $container)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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
*/

View File

@ -266,7 +266,7 @@ class ParameterBag implements ParameterBagInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function escapeValue($value)
{

View File

@ -84,7 +84,7 @@ class ProjectServiceContainer extends Container
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getParameterBag()
{

View File

@ -262,7 +262,7 @@ class ProjectServiceContainer extends Container
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getParameterBag()
{

View File

@ -153,7 +153,7 @@ class ContainerAwareEventDispatcher extends EventDispatcher
}
/**
* {@inheritDoc}
* {@inheritdoc}
*
* Lazily loads listeners for this event from the dependency injection
* container.

View File

@ -38,7 +38,7 @@ abstract class AbstractAdapter implements AdapterInterface
private static $areSupported = array();
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function isSupported()
{

View File

@ -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)
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\Form\Exception\TransformationFailedException;
class IntegerToLocalizedStringTransformer extends NumberToLocalizedStringTransformer
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function reverseTransform($value)
{

View File

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

View File

@ -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)
{

View File

@ -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()
{

View File

@ -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)
{

View File

@ -238,7 +238,7 @@ class Form implements \IteratorAggregate, FormInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function isDisabled()
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -45,7 +45,7 @@ class JsonResponse extends Response
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public static function create($data = null, $status = 200, $headers = array())
{

View File

@ -51,7 +51,7 @@ class RedirectResponse extends Response
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public static function create($url = '', $status = 302, $headers = array())
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -51,7 +51,7 @@ class StreamedResponse extends Response
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public static function create($callback = null, $status = 200, $headers = array())
{

View File

@ -34,7 +34,7 @@ class ChainCacheClearer implements CacheClearerInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function clear($cacheDir)
{

View File

@ -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()
{

View File

@ -30,7 +30,7 @@ class AddClassesToCachePass implements CompilerPassInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function process(ContainerBuilder $container)
{

View File

@ -28,7 +28,7 @@ use Symfony\Component\DependencyInjection\ContainerBuilder;
abstract class ConfigurableExtension extends Extension
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
final public function load(array $configs, ContainerBuilder $container)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -126,7 +126,7 @@ class UrlGenerator implements UrlGeneratorInterface, ConfigurableRequirementsInt
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function generate($name, $parameters = array(), $referenceType = self::ABSOLUTE_PATH)
{

View File

@ -46,7 +46,7 @@ abstract class RedirectableUrlMatcher extends UrlMatcher implements Redirectable
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
protected function handleRouteRequirements($pathinfo, $name, Route $route)
{

View File

@ -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

View File

@ -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())
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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()
{

View File

@ -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)
{

View File

@ -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)
{

View File

@ -22,7 +22,7 @@ use Symfony\Component\Security\Acl\Model\ObjectIdentityRetrievalStrategyInterfac
class ObjectIdentityRetrievalStrategy implements ObjectIdentityRetrievalStrategyInterface
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getObjectIdentity($domainObject)
{

View File

@ -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)
{

View File

@ -48,7 +48,7 @@ final class RoleSecurityIdentity implements SecurityIdentityInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function equals(SecurityIdentityInterface $sid)
{

View File

@ -42,7 +42,7 @@ class SecurityIdentityRetrievalStrategy implements SecurityIdentityRetrievalStra
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function getSecurityIdentities(TokenInterface $token)
{

View File

@ -96,7 +96,7 @@ final class UserSecurityIdentity implements SecurityIdentityInterface
}
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function equals(SecurityIdentityInterface $sid)
{

View File

@ -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)
{

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