This commit is contained in:
Fabien Potencier 2012-05-18 19:41:48 +02:00
parent 0d84cbd67f
commit 3bdf52a16a
71 changed files with 226 additions and 226 deletions

View File

@ -115,7 +115,7 @@ class ContainerAwareEventManager extends EventManager
/** /**
* Removes an event listener from the specified events. * Removes an event listener from the specified events.
* *
* @param string|array $events * @param string|array $events
* @param object|string $listener * @param object|string $listener
*/ */
public function removeEventListener($events, $listener) public function removeEventListener($events, $listener)

View File

@ -40,7 +40,7 @@ class DoctrineDataCollector extends DataCollector
/** /**
* Adds the stack logger for a connection. * Adds the stack logger for a connection.
* *
* @param string $name * @param string $name
* @param DebugStack $logger * @param DebugStack $logger
*/ */
public function addLogger($name, DebugStack $logger) public function addLogger($name, DebugStack $logger)

View File

@ -102,7 +102,7 @@ abstract class AbstractDoctrineExtension extends Extension
* *
* Aliases can be used in the Query languages of all the Doctrine object managers to simplify writing tasks. * Aliases can be used in the Query languages of all the Doctrine object managers to simplify writing tasks.
* *
* @param array $mappingConfig * @param array $mappingConfig
* @param string $mappingName * @param string $mappingName
*/ */
protected function setMappingDriverAlias($mappingConfig, $mappingName) protected function setMappingDriverAlias($mappingConfig, $mappingName)
@ -136,7 +136,7 @@ abstract class AbstractDoctrineExtension extends Extension
* *
* @param array $bundleConfig * @param array $bundleConfig
* @param \ReflectionClass $bundle * @param \ReflectionClass $bundle
* @param ContainerBuilder $container A ContainerBuilder instance * @param ContainerBuilder $container A ContainerBuilder instance
* *
* @return array|false * @return array|false
*/ */
@ -174,7 +174,7 @@ abstract class AbstractDoctrineExtension extends Extension
* Register all the collected mapping information with the object manager by registering the appropriate mapping drivers. * Register all the collected mapping information with the object manager by registering the appropriate mapping drivers.
* *
* @param array $objectManager * @param array $objectManager
* @param ContainerBuilder $container A ContainerBuilder instance * @param ContainerBuilder $container A ContainerBuilder instance
*/ */
protected function registerMappingDrivers($objectManager, ContainerBuilder $container) protected function registerMappingDrivers($objectManager, ContainerBuilder $container)
{ {

View File

@ -46,8 +46,8 @@ class DoctrineValidationPass implements CompilerPassInterface
* files matching a doctrine search pattern (Resources/config/validation.orm.xml) * files matching a doctrine search pattern (Resources/config/validation.orm.xml)
* *
* @param ContainerBuilder $container * @param ContainerBuilder $container
* @param string $mapping * @param string $mapping
* @param type $extension * @param type $extension
*/ */
private function updateValidatorMappingFiles(ContainerBuilder $container, $mapping, $extension) private function updateValidatorMappingFiles(ContainerBuilder $container, $mapping, $extension)
{ {

View File

@ -33,9 +33,9 @@ class ORMQueryBuilderLoader implements EntityLoaderInterface
/** /**
* Construct an ORM Query Builder Loader * Construct an ORM Query Builder Loader
* *
* @param QueryBuilder $queryBuilder * @param QueryBuilder $queryBuilder
* @param EntityManager $manager * @param EntityManager $manager
* @param string $class * @param string $class
*/ */
public function __construct($queryBuilder, $manager = null, $class = null) public function __construct($queryBuilder, $manager = null, $class = null)
{ {

View File

@ -87,8 +87,8 @@ abstract class DoctrineType extends AbstractType
* Return the default loader object. * Return the default loader object.
* *
* @param ObjectManager $manager * @param ObjectManager $manager
* @param mixed $queryBuilder * @param mixed $queryBuilder
* @param string $class * @param string $class
* @return EntityLoaderInterface * @return EntityLoaderInterface
*/ */
abstract public function getLoader(ObjectManager $manager, $queryBuilder, $class); abstract public function getLoader(ObjectManager $manager, $queryBuilder, $class);

View File

@ -20,8 +20,8 @@ class EntityType extends DoctrineType
* Return the default loader object. * Return the default loader object.
* *
* @param ObjectManager $manager * @param ObjectManager $manager
* @param mixed $queryBuilder * @param mixed $queryBuilder
* @param string $class * @param string $class
* @return ORMQueryBuilderLoader * @return ORMQueryBuilderLoader
*/ */
public function getLoader(ObjectManager $manager, $queryBuilder, $class) public function getLoader(ObjectManager $manager, $queryBuilder, $class)

View File

@ -38,7 +38,7 @@ class UniqueEntityValidator extends ConstraintValidator
} }
/** /**
* @param object $entity * @param object $entity
* @param Constraint $constraint * @param Constraint $constraint
*/ */
public function validate($entity, Constraint $constraint) public function validate($entity, Constraint $constraint)

View File

@ -38,8 +38,8 @@ class PropelDataCollector extends DataCollector
/** /**
* Constructor * Constructor
* *
* @param \Symfony\Bridge\Propel1\Logger\PropelLogger $logger A Propel logger. * @param PropelLogger $logger A Propel logger.
* @param \PropelConfiguration $propelConfiguration The Propel configuration object. * @param \PropelConfiguration $propelConfiguration The Propel configuration object.
*/ */
public function __construct(PropelLogger $logger, \PropelConfiguration $propelConfiguration) public function __construct(PropelLogger $logger, \PropelConfiguration $propelConfiguration)
{ {

View File

@ -46,11 +46,11 @@ class ModelChoiceList extends ObjectChoiceList
private $loaded = false; private $loaded = false;
/** /**
* @param string $class * @param string $class
* @param string $labelPath * @param string $labelPath
* @param array $choices * @param array $choices
* @param \ModelCriteria $queryObject * @param \ModelCriteria $queryObject
* @param string $groupPath * @param string $groupPath
*/ */
public function __construct($class, $labelPath = null, $choices = null, $queryObject = null, $groupPath = null) public function __construct($class, $labelPath = null, $choices = null, $queryObject = null, $groupPath = null)
{ {

View File

@ -114,7 +114,7 @@ EOF
* Outputs a single config reference line * Outputs a single config reference line
* *
* @param string $text * @param string $text
* @param int $indent * @param int $indent
*/ */
private function outputLine($text, $indent = 0) private function outputLine($text, $indent = 0)
{ {
@ -150,7 +150,7 @@ EOF
/** /**
* @param NodeInterface $node * @param NodeInterface $node
* @param int $depth * @param int $depth
*/ */
private function outputNode(NodeInterface $node, $depth = 0) private function outputNode(NodeInterface $node, $depth = 0)
{ {

View File

@ -336,7 +336,7 @@ class FrameworkExtension extends Extension
/** /**
* Loads the templating configuration. * Loads the templating configuration.
* *
* @param array $config A templating configuration array * @param array $config A templating configuration array
* @param string $ide * @param string $ide
* @param ContainerBuilder $container A ContainerBuilder instance * @param ContainerBuilder $container A ContainerBuilder instance
* @param XmlFileLoader $loader An XmlFileLoader instance * @param XmlFileLoader $loader An XmlFileLoader instance

View File

@ -290,7 +290,7 @@ class FormHelper extends Helper
* Render a block from a form element. * Render a block from a form element.
* *
* @param string $name * @param string $name
* @param array $variables Additional variables (those would override the current context) * @param array $variables Additional variables (those would override the current context)
* *
* @throws FormException if the block is not found * @throws FormException if the block is not found
* @throws FormException if the method is called out of a form element (no context) * @throws FormException if the method is called out of a form element (no context)

View File

@ -90,7 +90,7 @@ class PhpExtractor implements ExtractorInterface
/** /**
* Extracts trans message from php tokens. * Extracts trans message from php tokens.
* *
* @param array $tokens * @param array $tokens
* @param MessageCatalogue $catalog * @param MessageCatalogue $catalog
*/ */
protected function parseTokens($tokens, MessageCatalogue $catalog) protected function parseTokens($tokens, MessageCatalogue $catalog)

View File

@ -31,7 +31,7 @@ class TranslationLoader
/** /**
* Adds a loader to the translation extractor. * Adds a loader to the translation extractor.
* @param string $format The format of the loader * @param string $format The format of the loader
* @param LoaderInterface $loader * @param LoaderInterface $loader
*/ */
public function addLoader($format, LoaderInterface $loader) public function addLoader($format, LoaderInterface $loader)

View File

@ -90,9 +90,9 @@ abstract class AbstractFactory implements SecurityFactoryInterface
* AuthenticationProviderInterface. * AuthenticationProviderInterface.
* *
* @param ContainerBuilder $container * @param ContainerBuilder $container
* @param string $id The unique id of the firewall * @param string $id The unique id of the firewall
* @param array $config The options array for this listener * @param array $config The options array for this listener
* @param string $userProviderId The id of the user provider * @param string $userProviderId The id of the user provider
* *
* @return string never null, the id of the authentication provider * @return string never null, the id of the authentication provider
*/ */
@ -120,9 +120,9 @@ abstract class AbstractFactory implements SecurityFactoryInterface
* default implementation does not change the default entry point. * default implementation does not change the default entry point.
* *
* @param ContainerBuilder $container * @param ContainerBuilder $container
* @param string $id * @param string $id
* @param array $config * @param array $config
* @param string $defaultEntryPointId * @param string $defaultEntryPointId
* *
* @return string the entry point id * @return string the entry point id
*/ */

View File

@ -85,7 +85,7 @@ class ExceptionController extends ContainerAware
/** /**
* @param EngineInterface $templating * @param EngineInterface $templating
* @param string $format * @param string $format
* @param integer $code An HTTP response status code * @param integer $code An HTTP response status code
* @param Boolean $debug * @param Boolean $debug
* *
* @return TemplateReference * @return TemplateReference

View File

@ -35,9 +35,9 @@ class FunctionNode implements NodeInterface
* Constructor. * Constructor.
* *
* @param NodeInterface $selector The XPath expression * @param NodeInterface $selector The XPath expression
* @param string $type * @param string $type
* @param string $name * @param string $name
* @param XPathExpr $expr * @param XPathExpr $expr
*/ */
public function __construct($selector, $type, $name, $expr) public function __construct($selector, $type, $name, $expr)
{ {

View File

@ -54,7 +54,7 @@ class ResolveDefinitionTemplatesPass implements CompilerPassInterface
/** /**
* Resolves the definition * Resolves the definition
* *
* @param string $id The definition identifier * @param string $id The definition identifier
* @param DefinitionDecorator $definition * @param DefinitionDecorator $definition
* *
* @return Definition * @return Definition

View File

@ -69,7 +69,7 @@ class ResolveInvalidReferencesPass implements CompilerPassInterface
/** /**
* Processes arguments to determine invalid references. * Processes arguments to determine invalid references.
* *
* @param array $arguments An array of Reference objects * @param array $arguments An array of Reference objects
* @param Boolean $inMethodCall * @param Boolean $inMethodCall
*/ */
private function processArguments(array $arguments, $inMethodCall = false) private function processArguments(array $arguments, $inMethodCall = false)

View File

@ -29,7 +29,7 @@ class ServiceReferenceGraphEdge
* *
* @param ServiceReferenceGraphNode $sourceNode * @param ServiceReferenceGraphNode $sourceNode
* @param ServiceReferenceGraphNode $destNode * @param ServiceReferenceGraphNode $destNode
* @param string $value * @param string $value
*/ */
public function __construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, $value = null) public function __construct(ServiceReferenceGraphNode $sourceNode, ServiceReferenceGraphNode $destNode, $value = null)
{ {

View File

@ -237,7 +237,7 @@ class Definition
* Sets a specific argument * Sets a specific argument
* *
* @param integer $index * @param integer $index
* @param mixed $argument * @param mixed $argument
* *
* @return Definition The current instance * @return Definition The current instance
* *

View File

@ -185,7 +185,7 @@ class DefinitionDecorator extends Definition
* parent definition, otherwise your arguments will only be appended. * parent definition, otherwise your arguments will only be appended.
* *
* @param integer $index * @param integer $index
* @param mixed $value * @param mixed $value
* *
* @return DefinitionDecorator the current instance * @return DefinitionDecorator the current instance
* @throws InvalidArgumentException when $index isn't an integer * @throws InvalidArgumentException when $index isn't an integer

View File

@ -119,10 +119,10 @@ class GraphvizDumper extends Dumper
/** /**
* Finds all edges belonging to a specific service id. * Finds all edges belonging to a specific service id.
* *
* @param string $id The service id used to find edges * @param string $id The service id used to find edges
* @param array $arguments An array of arguments * @param array $arguments An array of arguments
* @param Boolean $required * @param Boolean $required
* @param string $name * @param string $name
* *
* @return array An array of edges * @return array An array of edges
*/ */

View File

@ -152,7 +152,7 @@ class PhpDumper extends Dumper
/** /**
* Generates the require_once statement for service includes. * Generates the require_once statement for service includes.
* *
* @param string $id The service id * @param string $id The service id
* @param Definition $definition * @param Definition $definition
* *
* @return string * @return string
@ -182,7 +182,7 @@ class PhpDumper extends Dumper
/** /**
* Generates the inline definition of a service. * Generates the inline definition of a service.
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* *
* @return string * @return string
@ -261,7 +261,7 @@ class PhpDumper extends Dumper
/** /**
* Adds the service return statement. * Adds the service return statement.
* *
* @param string $id Service id * @param string $id Service id
* @param Definition $definition * @param Definition $definition
* *
* @return string * @return string
@ -278,7 +278,7 @@ class PhpDumper extends Dumper
/** /**
* Generates the service instance. * Generates the service instance.
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* *
* @return string * @return string
@ -341,7 +341,7 @@ class PhpDumper extends Dumper
/** /**
* Checks if the definition is a simple instance. * Checks if the definition is a simple instance.
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* *
* @return Boolean * @return Boolean
@ -364,9 +364,9 @@ class PhpDumper extends Dumper
/** /**
* Adds method calls to a service definition. * Adds method calls to a service definition.
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* @param string $variableName * @param string $variableName
* *
* @return string * @return string
*/ */
@ -398,7 +398,7 @@ class PhpDumper extends Dumper
/** /**
* Generates the inline definition setup. * Generates the inline definition setup.
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* @return string * @return string
*/ */
@ -436,9 +436,9 @@ class PhpDumper extends Dumper
/** /**
* Adds configurator definition * Adds configurator definition
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* @param string $variableName * @param string $variableName
* *
* @return string * @return string
*/ */
@ -462,7 +462,7 @@ class PhpDumper extends Dumper
/** /**
* Adds a service * Adds a service
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* *
* @return string * @return string
@ -802,8 +802,8 @@ EOF;
/** /**
* Exports parameters. * Exports parameters.
* *
* @param array $parameters * @param array $parameters
* @param string $path * @param string $path
* @param integer $indent * @param integer $indent
* *
* @return string * @return string
@ -871,7 +871,7 @@ EOF;
/** /**
* Builds service calls from arguments * Builds service calls from arguments
* *
* @param array $arguments * @param array $arguments
* @param string &$calls By reference * @param string &$calls By reference
* @param string &$behavior By reference * @param string &$behavior By reference
*/ */
@ -950,7 +950,7 @@ EOF;
* Checks if a service id has a reference * Checks if a service id has a reference
* *
* @param string $id * @param string $id
* @param array $arguments * @param array $arguments
* *
* @return Boolean * @return Boolean
*/ */
@ -974,7 +974,7 @@ EOF;
/** /**
* Dumps values. * Dumps values.
* *
* @param array $value * @param array $value
* @param Boolean $interpolate * @param Boolean $interpolate
* *
* @return string * @return string

View File

@ -84,7 +84,7 @@ class XmlDumper extends Dumper
/** /**
* Adds method calls. * Adds method calls.
* *
* @param array $methodcalls * @param array $methodcalls
* @param DOMElement $parent * @param DOMElement $parent
*/ */
private function addMethodCalls(array $methodcalls, \DOMElement $parent) private function addMethodCalls(array $methodcalls, \DOMElement $parent)
@ -103,7 +103,7 @@ class XmlDumper extends Dumper
* Adds a service. * Adds a service.
* *
* @param Definition $definition * @param Definition $definition
* @param string $id * @param string $id
* @param DOMElement $parent * @param DOMElement $parent
*/ */
private function addService($definition, $id, \DOMElement $parent) private function addService($definition, $id, \DOMElement $parent)
@ -172,8 +172,8 @@ class XmlDumper extends Dumper
/** /**
* Adds a service alias. * Adds a service alias.
* *
* @param string $alias * @param string $alias
* @param string $id * @param string $id
* @param DOMElement $parent * @param DOMElement $parent
*/ */
private function addServiceAlias($alias, $id, \DOMElement $parent) private function addServiceAlias($alias, $id, \DOMElement $parent)

View File

@ -60,7 +60,7 @@ class YamlDumper extends Dumper
/** /**
* Adds a service * Adds a service
* *
* @param string $id * @param string $id
* @param Definition $definition * @param Definition $definition
* *
* @return string * @return string

View File

@ -76,7 +76,7 @@ class XmlFileLoader extends FileLoader
* Parses parameters * Parses parameters
* *
* @param SimpleXMLElement $xml * @param SimpleXMLElement $xml
* @param string $file * @param string $file
*/ */
private function parseParameters(SimpleXMLElement $xml, $file) private function parseParameters(SimpleXMLElement $xml, $file)
{ {
@ -91,7 +91,7 @@ class XmlFileLoader extends FileLoader
* Parses imports * Parses imports
* *
* @param SimpleXMLElement $xml * @param SimpleXMLElement $xml
* @param string $file * @param string $file
*/ */
private function parseImports(SimpleXMLElement $xml, $file) private function parseImports(SimpleXMLElement $xml, $file)
{ {
@ -109,7 +109,7 @@ class XmlFileLoader extends FileLoader
* Parses multiple definitions * Parses multiple definitions
* *
* @param SimpleXMLElement $xml * @param SimpleXMLElement $xml
* @param string $file * @param string $file
*/ */
private function parseDefinitions(SimpleXMLElement $xml, $file) private function parseDefinitions(SimpleXMLElement $xml, $file)
{ {
@ -125,9 +125,9 @@ class XmlFileLoader extends FileLoader
/** /**
* Parses an individual Definition * Parses an individual Definition
* *
* @param string $id * @param string $id
* @param SimpleXMLElement $service * @param SimpleXMLElement $service
* @param string $file * @param string $file
*/ */
private function parseDefinition($id, $service, $file) private function parseDefinition($id, $service, $file)
{ {
@ -221,7 +221,7 @@ class XmlFileLoader extends FileLoader
* Processes anonymous services * Processes anonymous services
* *
* @param SimpleXMLElement $xml * @param SimpleXMLElement $xml
* @param string $file * @param string $file
*/ */
private function processAnonymousServices(SimpleXMLElement $xml, $file) private function processAnonymousServices(SimpleXMLElement $xml, $file)
{ {
@ -273,7 +273,7 @@ class XmlFileLoader extends FileLoader
* Validates an XML document. * Validates an XML document.
* *
* @param DOMDocument $dom * @param DOMDocument $dom
* @param string $file * @param string $file
*/ */
private function validate(\DOMDocument $dom, $file) private function validate(\DOMDocument $dom, $file)
{ {
@ -285,7 +285,7 @@ class XmlFileLoader extends FileLoader
* Validates a documents XML schema. * Validates a documents XML schema.
* *
* @param \DOMDocument $dom * @param \DOMDocument $dom
* @param string $file * @param string $file
* *
* @throws RuntimeException When extension references a non-existent XSD file * @throws RuntimeException When extension references a non-existent XSD file
* @throws InvalidArgumentException When XML doesn't validate its XSD schema * @throws InvalidArgumentException When XML doesn't validate its XSD schema
@ -359,7 +359,7 @@ EOF
* Validates an extension. * Validates an extension.
* *
* @param \DOMDocument $dom * @param \DOMDocument $dom
* @param string $file * @param string $file
* *
* @throws InvalidArgumentException When no extension is found corresponding to a tag * @throws InvalidArgumentException When no extension is found corresponding to a tag
*/ */

View File

@ -81,7 +81,7 @@ class YamlFileLoader extends FileLoader
/** /**
* Parses all imports * Parses all imports
* *
* @param array $content * @param array $content
* @param string $file * @param string $file
*/ */
private function parseImports($content, $file) private function parseImports($content, $file)
@ -99,7 +99,7 @@ class YamlFileLoader extends FileLoader
/** /**
* Parses definitions * Parses definitions
* *
* @param array $content * @param array $content
* @param string $file * @param string $file
*/ */
private function parseDefinitions($content, $file) private function parseDefinitions($content, $file)
@ -117,7 +117,7 @@ class YamlFileLoader extends FileLoader
* Parses a definition. * Parses a definition.
* *
* @param string $id * @param string $id
* @param array $service * @param array $service
* @param string $file * @param string $file
*/ */
private function parseDefinition($id, $service, $file) private function parseDefinition($id, $service, $file)
@ -239,7 +239,7 @@ class YamlFileLoader extends FileLoader
/** /**
* Validates a YAML file. * Validates a YAML file.
* *
* @param mixed $content * @param mixed $content
* @param string $file * @param string $file
* *
* @return array * @return array

View File

@ -38,7 +38,7 @@ class Glob
/** /**
* Returns a regexp which is the equivalent of the glob pattern. * Returns a regexp which is the equivalent of the glob pattern.
* *
* @param string $glob The glob pattern * @param string $glob The glob pattern
* @param Boolean $strictLeadingDot * @param Boolean $strictLeadingDot
* @param Boolean $strictWildcardSlash * @param Boolean $strictWildcardSlash
* *

View File

@ -147,7 +147,7 @@ class FinderTest extends Iterator\RealIteratorTestCase
$finder = new Finder(); $finder = new Finder();
$this->assertSame($finder, $finder->ignoreDotFiles(false)->ignoreVCS(false)); $this->assertSame($finder, $finder->ignoreDotFiles(false)->ignoreVCS(false));
$this->assertIterator($this->toAbsolute(array('.git', '.bar', '.foo', '.foo/.bar', 'foo', 'foo/bar.tmp', 'test.php', 'test.py', 'toto')), $finder->in(self::$tmpDir)->getIterator()); $this->assertIterator($this->toAbsolute(array('.git', '.bar', '.foo', '.foo/.bar', 'foo', 'foo/bar.tmp', 'test.php', 'test.py', 'toto')), $finder->in(self::$tmpDir)->getIterator());
$finder = new Finder(); $finder = new Finder();
$finder->ignoreDotFiles(false)->ignoreDotFiles(false)->ignoreVCS(false); $finder->ignoreDotFiles(false)->ignoreDotFiles(false)->ignoreVCS(false);
$this->assertIterator($this->toAbsolute(array('.git', '.bar', '.foo', '.foo/.bar', 'foo', 'foo/bar.tmp', 'test.php', 'test.py', 'toto')), $finder->in(self::$tmpDir)->getIterator()); $this->assertIterator($this->toAbsolute(array('.git', '.bar', '.foo', '.foo/.bar', 'foo', 'foo/bar.tmp', 'test.php', 'test.py', 'toto')), $finder->in(self::$tmpDir)->getIterator());

View File

@ -32,7 +32,7 @@ class PropertyPathMapper implements DataMapperInterface
/** /**
* @param dataClass $data * @param dataClass $data
* @param array $forms * @param array $forms
* *
* @throws UnexpectedTypeException if the type of the data parameter is not supported * @throws UnexpectedTypeException if the type of the data parameter is not supported
*/ */

View File

@ -869,7 +869,7 @@ class Form implements \IteratorAggregate, FormInterface
/** /**
* Returns whether a child with the given name exists. * Returns whether a child with the given name exists.
* *
* @param string $name * @param string $name
* *
* @return Boolean * @return Boolean
*/ */
@ -881,7 +881,7 @@ class Form implements \IteratorAggregate, FormInterface
/** /**
* Returns the child with the given name. * Returns the child with the given name.
* *
* @param string $name * @param string $name
* *
* @return FormInterface * @return FormInterface
* *

View File

@ -125,10 +125,10 @@ class FormBuilder
/** /**
* Constructor. * Constructor.
* *
* @param string $name * @param string $name
* @param FormFactoryInterface $factory * @param FormFactoryInterface $factory
* @param EventDispatcherInterface $dispatcher * @param EventDispatcherInterface $dispatcher
* @param string $dataClass * @param string $dataClass
*/ */
public function __construct($name, FormFactoryInterface $factory, EventDispatcherInterface $dispatcher, $dataClass = null) public function __construct($name, FormFactoryInterface $factory, EventDispatcherInterface $dispatcher, $dataClass = null)
{ {
@ -641,7 +641,7 @@ class FormBuilder
/** /**
* Returns whether a field with the given name exists. * Returns whether a field with the given name exists.
* *
* @param string $name * @param string $name
* *
* @return Boolean * @return Boolean
*/ */

View File

@ -54,7 +54,7 @@ class FormView implements ArrayAccess, IteratorAggregate, Countable
/** /**
* @param string $name * @param string $name
* @param mixed $value * @param mixed $value
* *
* @return FormView The current view * @return FormView The current view
*/ */

View File

@ -121,7 +121,7 @@ class FileBag extends ParameterBag
* It's safe to pass an already converted array, in which case this method * It's safe to pass an already converted array, in which case this method
* just returns the original array unmodified. * just returns the original array unmodified.
* *
* @param array $data * @param array $data
* *
* @return array * @return array
*/ */

View File

@ -937,7 +937,7 @@ class Response
* Sets the Vary header. * Sets the Vary header.
* *
* @param string|array $headers * @param string|array $headers
* @param Boolean $replace Whether to replace the actual value of not (true by default) * @param Boolean $replace Whether to replace the actual value of not (true by default)
* *
* @return Response * @return Response
* *

View File

@ -57,7 +57,7 @@ interface FlashBagInterface extends SessionBagInterface
* Gets and clears flash from the stack. * Gets and clears flash from the stack.
* *
* @param string $type * @param string $type
* @param array $default Default value if $type doee not exist. * @param array $default Default value if $type doee not exist.
* *
* @return string * @return string
*/ */

View File

@ -38,7 +38,7 @@ abstract class ConfigurableExtension extends Extension
/** /**
* Configures the passed container according to the merged configuration. * Configures the passed container according to the merged configuration.
* *
* @param array $mergedConfig * @param array $mergedConfig
* @param ContainerBuilder $container * @param ContainerBuilder $container
*/ */
abstract protected function loadInternal(array $mergedConfig, ContainerBuilder $container); abstract protected function loadInternal(array $mergedConfig, ContainerBuilder $container);

View File

@ -26,10 +26,10 @@ abstract class BaseMemcacheProfilerStorage implements ProfilerStorageInterface
/** /**
* Constructor. * Constructor.
* *
* @param string $dsn A data source name * @param string $dsn A data source name
* @param string $username * @param string $username
* @param string $password * @param string $password
* @param int $lifetime The lifetime to use for the purge * @param int $lifetime The lifetime to use for the purge
*/ */
public function __construct($dsn, $username = '', $password = '', $lifetime = 86400) public function __construct($dsn, $username = '', $password = '', $lifetime = 86400)
{ {
@ -185,8 +185,8 @@ abstract class BaseMemcacheProfilerStorage implements ProfilerStorageInterface
* Store an item on the memcache server under the specified key * Store an item on the memcache server under the specified key
* *
* @param string $key * @param string $key
* @param mixed $value * @param mixed $value
* @param int $expiration * @param int $expiration
* *
* @return boolean * @return boolean
*/ */
@ -205,7 +205,7 @@ abstract class BaseMemcacheProfilerStorage implements ProfilerStorageInterface
* Append data to an existing item on the memcache server * Append data to an existing item on the memcache server
* @param string $key * @param string $key
* @param string $value * @param string $value
* @param int $expiration * @param int $expiration
* *
* @return boolean * @return boolean
*/ */

View File

@ -30,7 +30,7 @@ class MemcacheMock
/** /**
* Open memcached server connection * Open memcached server connection
* *
* @param string $host * @param string $host
* @param integer $port * @param integer $port
* @param integer $timeout * @param integer $timeout
* *
@ -50,7 +50,7 @@ class MemcacheMock
/** /**
* Open memcached server persistent connection * Open memcached server persistent connection
* *
* @param string $host * @param string $host
* @param integer $port * @param integer $port
* @param integer $timeout * @param integer $timeout
* *
@ -70,15 +70,15 @@ class MemcacheMock
/** /**
* Add a memcached server to connection pool * Add a memcached server to connection pool
* *
* @param string $host * @param string $host
* @param integer $port * @param integer $port
* @param boolean $persistent * @param boolean $persistent
* @param integer $weight * @param integer $weight
* @param integer $timeout * @param integer $timeout
* @param integer $retry_interval * @param integer $retry_interval
* @param boolean $status * @param boolean $status
* @param callable $failure_callback * @param callable $failure_callback
* @param integer $timeoutms * @param integer $timeoutms
* *
* @return boolean * @return boolean
*/ */
@ -96,8 +96,8 @@ class MemcacheMock
/** /**
* Add an item to the server only if such key doesn't exist at the server yet. * Add an item to the server only if such key doesn't exist at the server yet.
* *
* @param string $key * @param string $key
* @param mixed $var * @param mixed $var
* @param integer $flag * @param integer $flag
* @param integer $expire * @param integer $expire
* *
@ -121,8 +121,8 @@ class MemcacheMock
/** /**
* Store data at the server. * Store data at the server.
* *
* @param string $key * @param string $key
* @param string $var * @param string $var
* @param integer $flag * @param integer $flag
* @param integer $expire * @param integer $expire
* *
@ -142,8 +142,8 @@ class MemcacheMock
/** /**
* Replace value of the existing item. * Replace value of the existing item.
* *
* @param string $key * @param string $key
* @param mixed $var * @param mixed $var
* @param integer $flag * @param integer $flag
* @param integer $expire * @param integer $expire
* *
@ -167,7 +167,7 @@ class MemcacheMock
/** /**
* Retrieve item from the server. * Retrieve item from the server.
* *
* @param string|array $key * @param string|array $key
* @param integer|array $flags * @param integer|array $flags
* *
* @return mixed * @return mixed

View File

@ -31,7 +31,7 @@ class MemcachedMock
* Set a Memcached option * Set a Memcached option
* *
* @param integer $option * @param integer $option
* @param mixed $value * @param mixed $value
* *
* @return boolean * @return boolean
*/ */
@ -43,7 +43,7 @@ class MemcachedMock
/** /**
* Add a memcached server to connection pool * Add a memcached server to connection pool
* *
* @param string $host * @param string $host
* @param integer $port * @param integer $port
* @param integer $weight * @param integer $weight
* *
@ -63,8 +63,8 @@ class MemcachedMock
/** /**
* Add an item to the server only if such key doesn't exist at the server yet. * Add an item to the server only if such key doesn't exist at the server yet.
* *
* @param string $key * @param string $key
* @param mixed $value * @param mixed $value
* @param integer $expiration * @param integer $expiration
* *
* @return boolean * @return boolean
@ -87,8 +87,8 @@ class MemcachedMock
/** /**
* Store data at the server. * Store data at the server.
* *
* @param string $key * @param string $key
* @param mixed $value * @param mixed $value
* @param integer $expiration * @param integer $expiration
* *
* @return boolean * @return boolean
@ -107,8 +107,8 @@ class MemcachedMock
/** /**
* Replace value of the existing item. * Replace value of the existing item.
* *
* @param string $key * @param string $key
* @param mixed $value * @param mixed $value
* @param integer $expiration * @param integer $expiration
* *
* @return boolean * @return boolean
@ -131,9 +131,9 @@ class MemcachedMock
/** /**
* Retrieve item from the server. * Retrieve item from the server.
* *
* @param string $key * @param string $key
* @param callable $cache_cb * @param callable $cache_cb
* @param float $cas_token * @param float $cas_token
* *
* @return boolean * @return boolean
*/ */

View File

@ -31,9 +31,9 @@ class RedisMock
/** /**
* Add a memcached server to connection pool * Add a memcached server to connection pool
* *
* @param string $host * @param string $host
* @param integer $port * @param integer $port
* @param float $timeout * @param float $timeout
* *
* @return boolean * @return boolean
*/ */
@ -84,9 +84,9 @@ class RedisMock
/** /**
* Store data at the server with expiration time. * Store data at the server with expiration time.
* *
* @param string $key * @param string $key
* @param integer $ttl * @param integer $ttl
* @param mixed $value * @param mixed $value
* *
* @return boolean * @return boolean
*/ */
@ -104,7 +104,7 @@ class RedisMock
/** /**
* Sets an expiration time on an item. * Sets an expiration time on an item.
* *
* @param string $key * @param string $key
* @param integer $ttl * @param integer $ttl
* *
* @return boolean * @return boolean

View File

@ -245,7 +245,7 @@ class FullTransformer
* Normalize a preg_replace match array, removing the numeric keys and returning an associative array * Normalize a preg_replace match array, removing the numeric keys and returning an associative array
* with the value and pattern values for the matched Transformer * with the value and pattern values for the matched Transformer
* *
* @param array $data * @param array $data
* *
* @return array * @return array
*/ */
@ -324,7 +324,7 @@ class FullTransformer
* Add sensible default values for missing items in the extracted date/time options array. The values * Add sensible default values for missing items in the extracted date/time options array. The values
* are base in the beginning of the Unix era * are base in the beginning of the Unix era
* *
* @param array $options * @param array $options
* *
* @return array * @return array
*/ */

View File

@ -487,7 +487,7 @@ class StubIntlDateFormatter
* Create and returns a DateTime object with the specified timestamp and with the * Create and returns a DateTime object with the specified timestamp and with the
* current time zone * current time zone
* *
* @param int $timestamp * @param int $timestamp
* *
* @return DateTime * @return DateTime
*/ */

View File

@ -224,9 +224,9 @@ class StubLocale
/** /**
* Checks if a language tag filter matches with locale * Checks if a language tag filter matches with locale
* *
* @param string $langtag The language tag to check * @param string $langtag The language tag to check
* @param string $locale The language range to check against * @param string $locale The language range to check against
* @param Boolean $canonicalize * @param Boolean $canonicalize
* *
* @return string The corresponding locale code * @return string The corresponding locale code
* *

View File

@ -194,7 +194,7 @@ abstract class AnnotationClassLoader implements LoaderInterface
/** /**
* Gets the default route name for a class method. * Gets the default route name for a class method.
* *
* @param \ReflectionClass $class * @param \ReflectionClass $class
* @param \ReflectionMethod $method * @param \ReflectionMethod $method
* *
* @return string * @return string

View File

@ -144,10 +144,10 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf
* This allows us to keep track of which values have been changed, so we don't * This allows us to keep track of which values have been changed, so we don't
* have to do a full introspection when ->updateAcl() is called. * have to do a full introspection when ->updateAcl() is called.
* *
* @param mixed $sender * @param mixed $sender
* @param string $propertyName * @param string $propertyName
* @param mixed $oldValue * @param mixed $oldValue
* @param mixed $newValue * @param mixed $newValue
*/ */
public function propertyChanged($sender, $propertyName, $oldValue, $newValue) public function propertyChanged($sender, $propertyName, $oldValue, $newValue)
{ {
@ -397,16 +397,16 @@ class MutableAclProvider extends AclProvider implements MutableAclProviderInterf
/** /**
* Constructs the SQL for inserting an ACE. * Constructs the SQL for inserting an ACE.
* *
* @param integer $classId * @param integer $classId
* @param integer|null $objectIdentityId * @param integer|null $objectIdentityId
* @param string|null $field * @param string|null $field
* @param integer $aceOrder * @param integer $aceOrder
* @param integer $securityIdentityId * @param integer $securityIdentityId
* @param string $strategy * @param string $strategy
* @param integer $mask * @param integer $mask
* @param Boolean $granting * @param Boolean $granting
* @param Boolean $auditSuccess * @param Boolean $auditSuccess
* @param Boolean $auditFailure * @param Boolean $auditFailure
* @return string * @return string
*/ */
protected function getInsertAccessControlEntrySql($classId, $objectIdentityId, $field, $aceOrder, $securityIdentityId, $strategy, $mask, $granting, $auditSuccess, $auditFailure) protected function getInsertAccessControlEntrySql($classId, $objectIdentityId, $field, $aceOrder, $securityIdentityId, $strategy, $mask, $granting, $auditSuccess, $auditFailure)
@ -478,7 +478,7 @@ QUERY;
/** /**
* Constructs the SQL for inserting an object identity. * Constructs the SQL for inserting an object identity.
* *
* @param string $identifier * @param string $identifier
* @param integer $classId * @param integer $classId
* @param Boolean $entriesInheriting * @param Boolean $entriesInheriting
* @return string * @return string
@ -531,7 +531,7 @@ QUERY;
* *
* @param integer $classId * @param integer $classId
* @param integer $oid * @param integer $oid
* @param string $field * @param string $field
* @param integer $order * @param integer $order
* @return string * @return string
*/ */
@ -598,7 +598,7 @@ QUERY;
* Constructs the SQL for updating an object identity. * Constructs the SQL for updating an object identity.
* *
* @param integer $pk * @param integer $pk
* @param array $changes * @param array $changes
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @return string * @return string
*/ */
@ -620,7 +620,7 @@ QUERY;
* Constructs the SQL for updating an ACE. * Constructs the SQL for updating an ACE.
* *
* @param integer $pk * @param integer $pk
* @param array $sets * @param array $sets
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @return string * @return string
*/ */
@ -742,7 +742,7 @@ QUERY;
* This processes changes on an ACE related property (classFieldAces, or objectFieldAces). * This processes changes on an ACE related property (classFieldAces, or objectFieldAces).
* *
* @param string $name * @param string $name
* @param array $changes * @param array $changes
*/ */
private function updateFieldAceProperty($name, array $changes) private function updateFieldAceProperty($name, array $changes)
{ {
@ -798,7 +798,7 @@ QUERY;
* This processes changes on an ACE related property (classAces, or objectAces). * This processes changes on an ACE related property (classAces, or objectAces).
* *
* @param string $name * @param string $name
* @param array $changes * @param array $changes
*/ */
private function updateAceProperty($name, array $changes) private function updateAceProperty($name, array $changes)
{ {

View File

@ -26,7 +26,7 @@ final class Schema extends BaseSchema
/** /**
* Constructor * Constructor
* *
* @param array $options the names for tables * @param array $options the names for tables
* @param Connection $connection * @param Connection $connection
*/ */
public function __construct(array $options, Connection $connection = null) public function __construct(array $options, Connection $connection = null)

View File

@ -398,7 +398,7 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged
/** /**
* Deletes an ACE * Deletes an ACE
* *
* @param string $property * @param string $property
* @param integer $index * @param integer $index
* @throws \OutOfBoundsException * @throws \OutOfBoundsException
*/ */
@ -422,9 +422,9 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged
/** /**
* Deletes a field-based ACE * Deletes a field-based ACE
* *
* @param string $property * @param string $property
* @param integer $index * @param integer $index
* @param string $field * @param string $field
* @throws \OutOfBoundsException * @throws \OutOfBoundsException
*/ */
private function deleteFieldAce($property, $index, $field) private function deleteFieldAce($property, $index, $field)
@ -552,10 +552,10 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged
/** /**
* Updates an ACE * Updates an ACE
* *
* @param string $property * @param string $property
* @param integer $index * @param integer $index
* @param integer $mask * @param integer $mask
* @param string $strategy * @param string $strategy
* @throws \OutOfBoundsException * @throws \OutOfBoundsException
*/ */
private function updateAce($property, $index, $mask, $strategy = null) private function updateAce($property, $index, $mask, $strategy = null)
@ -605,11 +605,11 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged
/** /**
* Updates a field-based ACE * Updates a field-based ACE
* *
* @param string $property * @param string $property
* @param integer $index * @param integer $index
* @param string $field * @param string $field
* @param integer $mask * @param integer $mask
* @param string $strategy * @param string $strategy
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @throws \OutOfBoundsException * @throws \OutOfBoundsException
*/ */
@ -639,8 +639,8 @@ class Acl implements AuditableAclInterface, NotifyPropertyChanged
* Called when a property of the ACL changes * Called when a property of the ACL changes
* *
* @param string $name * @param string $name
* @param mixed $oldValue * @param mixed $oldValue
* @param mixed $newValue * @param mixed $newValue
*/ */
private function onPropertyChanged($name, $oldValue, $newValue) private function onPropertyChanged($name, $oldValue, $newValue)
{ {

View File

@ -127,10 +127,10 @@ class PermissionGrantingStrategy implements PermissionGrantingStrategyInterface
* access finally. * access finally.
* *
* @param AclInterface $acl * @param AclInterface $acl
* @param array $aces An array of ACE to check against * @param array $aces An array of ACE to check against
* @param array $masks An array of permission masks * @param array $masks An array of permission masks
* @param array $sids An array of SecurityIdentityInterface implementations * @param array $sids An array of SecurityIdentityInterface implementations
* @param Boolean $administrativeMode True turns off audit logging * @param Boolean $administrativeMode True turns off audit logging
* @return Boolean true, or false; either granting, or denying access respectively. * @return Boolean true, or false; either granting, or denying access respectively.
*/ */
private function hasSufficientPermissions(AclInterface $acl, array $aces, array $masks, array $sids, $administrativeMode) private function hasSufficientPermissions(AclInterface $acl, array $aces, array $masks, array $sids, $administrativeMode)

View File

@ -22,7 +22,7 @@ interface AclProviderInterface
* Retrieves all child object identities from the database * Retrieves all child object identities from the database
* *
* @param ObjectIdentityInterface $parentOid * @param ObjectIdentityInterface $parentOid
* @param Boolean $directChildrenOnly * @param Boolean $directChildrenOnly
* @return array returns an array of child 'ObjectIdentity's * @return array returns an array of child 'ObjectIdentity's
*/ */
function findChildren(ObjectIdentityInterface $parentOid, $directChildrenOnly = false); function findChildren(ObjectIdentityInterface $parentOid, $directChildrenOnly = false);
@ -32,7 +32,7 @@ interface AclProviderInterface
* *
* @throws AclNotFoundException when there is no ACL * @throws AclNotFoundException when there is no ACL
* @param ObjectIdentityInterface $oid * @param ObjectIdentityInterface $oid
* @param array $sids * @param array $sids
* @return AclInterface * @return AclInterface
*/ */
function findAcl(ObjectIdentityInterface $oid, array $sids = array()); function findAcl(ObjectIdentityInterface $oid, array $sids = array());

View File

@ -22,7 +22,7 @@ interface AuditLoggerInterface
* This method is called whenever access is granted, or denied, and * This method is called whenever access is granted, or denied, and
* administrative mode is turned off. * administrative mode is turned off.
* *
* @param Boolean $granted * @param Boolean $granted
* @param EntryInterface $ace * @param EntryInterface $ace
*/ */
function logIfNeeded($granted, EntryInterface $ace); function logIfNeeded($granted, EntryInterface $ace);

View File

@ -31,7 +31,7 @@ interface AuditableAclInterface extends MutableAclInterface
* Updates auditing for class-field-based ACE * Updates auditing for class-field-based ACE
* *
* @param integer $index * @param integer $index
* @param string $field * @param string $field
* @param Boolean $auditSuccess * @param Boolean $auditSuccess
* @param Boolean $auditFailure * @param Boolean $auditFailure
*/ */
@ -50,7 +50,7 @@ interface AuditableAclInterface extends MutableAclInterface
* Updates auditing for object-field-based ACE * Updates auditing for object-field-based ACE
* *
* @param integer $index * @param integer $index
* @param string $field * @param string $field
* @param Boolean $auditSuccess * @param Boolean $auditSuccess
* @param Boolean $auditFailure * @param Boolean $auditFailure
*/ */

View File

@ -32,7 +32,7 @@ interface MutableAclInterface extends AclInterface
* Deletes a class-field-based ACE * Deletes a class-field-based ACE
* *
* @param integer $index * @param integer $index
* @param string $field * @param string $field
*/ */
function deleteClassFieldAce($index, $field); function deleteClassFieldAce($index, $field);
@ -47,7 +47,7 @@ interface MutableAclInterface extends AclInterface
* Deletes an object-field-based ACE * Deletes an object-field-based ACE
* *
* @param integer $index * @param integer $index
* @param string $field * @param string $field
*/ */
function deleteObjectFieldAce($index, $field); function deleteObjectFieldAce($index, $field);
@ -124,7 +124,7 @@ interface MutableAclInterface extends AclInterface
* *
* @param integer $index * @param integer $index
* @param integer $mask * @param integer $mask
* @param string $strategy if null the strategy should not be changed * @param string $strategy if null the strategy should not be changed
*/ */
function updateClassAce($index, $mask, $strategy = null); function updateClassAce($index, $mask, $strategy = null);
@ -132,9 +132,9 @@ interface MutableAclInterface extends AclInterface
* Updates a class-field-based ACE * Updates a class-field-based ACE
* *
* @param integer $index * @param integer $index
* @param string $field * @param string $field
* @param integer $mask * @param integer $mask
* @param string $strategy if null the strategy should not be changed * @param string $strategy if null the strategy should not be changed
*/ */
function updateClassFieldAce($index, $field, $mask, $strategy = null); function updateClassFieldAce($index, $field, $mask, $strategy = null);
@ -143,7 +143,7 @@ interface MutableAclInterface extends AclInterface
* *
* @param integer $index * @param integer $index
* @param integer $mask * @param integer $mask
* @param string $strategy if null the strategy should not be changed * @param string $strategy if null the strategy should not be changed
*/ */
function updateObjectAce($index, $mask, $strategy = null); function updateObjectAce($index, $mask, $strategy = null);
@ -151,9 +151,9 @@ interface MutableAclInterface extends AclInterface
* Updates an object-field-based ACE * Updates an object-field-based ACE
* *
* @param integer $index * @param integer $index
* @param string $field * @param string $field
* @param integer $mask * @param integer $mask
* @param string $strategy if null the strategy should not be changed * @param string $strategy if null the strategy should not be changed
*/ */
function updateObjectFieldAce($index, $field, $mask, $strategy = null); function updateObjectFieldAce($index, $field, $mask, $strategy = null);
} }

View File

@ -50,7 +50,7 @@ class SecurityContext implements SecurityContextInterface
* *
* @throws AuthenticationCredentialsNotFoundException when the security context has no authentication token. * @throws AuthenticationCredentialsNotFoundException when the security context has no authentication token.
* *
* @param mixed $attributes * @param mixed $attributes
* @param mixed|null $object * @param mixed|null $object
* *
* @return Boolean * @return Boolean

View File

@ -25,8 +25,8 @@ interface AccessDeniedHandlerInterface
/** /**
* Handles an access denied failure. * Handles an access denied failure.
* *
* @param Request $request * @param Request $request
* @param AccessDeniedException $accessDeniedException * @param AccessDeniedException $accessDeniedException
* *
* @return Response may return null * @return Response may return null
*/ */

View File

@ -33,9 +33,9 @@ class FormAuthenticationEntryPoint implements AuthenticationEntryPointInterface
* Constructor * Constructor
* *
* @param HttpKernelInterface $kernel * @param HttpKernelInterface $kernel
* @param HttpUtils $httpUtils An HttpUtils instance * @param HttpUtils $httpUtils An HttpUtils instance
* @param string $loginPath The path to the login form * @param string $loginPath The path to the login form
* @param Boolean $useForward Whether to forward or redirect to the login form * @param Boolean $useForward Whether to forward or redirect to the login form
*/ */
public function __construct(HttpKernelInterface $kernel, HttpUtils $httpUtils, $loginPath, $useForward = false) public function __construct(HttpKernelInterface $kernel, HttpUtils $httpUtils, $loginPath, $useForward = false)
{ {

View File

@ -65,17 +65,17 @@ abstract class AbstractAuthenticationListener implements ListenerInterface
/** /**
* Constructor. * Constructor.
* *
* @param SecurityContextInterface $securityContext A SecurityContext instance * @param SecurityContextInterface $securityContext A SecurityContext instance
* @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface instance * @param AuthenticationManagerInterface $authenticationManager An AuthenticationManagerInterface instance
* @param SessionAuthenticationStrategyInterface $sessionStrategy * @param SessionAuthenticationStrategyInterface $sessionStrategy
* @param HttpUtils $httpUtils An HttpUtilsInterface instance * @param HttpUtils $httpUtils An HttpUtilsInterface instance
* @param string $providerKey * @param string $providerKey
* @param array $options An array of options for the processing of a * @param array $options An array of options for the processing of a
* successful, or failed authentication attempt * successful, or failed authentication attempt
* @param AuthenticationSuccessHandlerInterface $successHandler * @param AuthenticationSuccessHandlerInterface $successHandler
* @param AuthenticationFailureHandlerInterface $failureHandler * @param AuthenticationFailureHandlerInterface $failureHandler
* @param LoggerInterface $logger A LoggerInterface instance * @param LoggerInterface $logger A LoggerInterface instance
* @param EventDispatcherInterface $dispatcher An EventDispatcherInterface instance * @param EventDispatcherInterface $dispatcher An EventDispatcherInterface instance
*/ */
public function __construct(SecurityContextInterface $securityContext, AuthenticationManagerInterface $authenticationManager, SessionAuthenticationStrategyInterface $sessionStrategy, HttpUtils $httpUtils, $providerKey, array $options = array(), AuthenticationSuccessHandlerInterface $successHandler = null, AuthenticationFailureHandlerInterface $failureHandler = null, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null) public function __construct(SecurityContextInterface $securityContext, AuthenticationManagerInterface $authenticationManager, SessionAuthenticationStrategyInterface $sessionStrategy, HttpUtils $httpUtils, $providerKey, array $options = array(), AuthenticationSuccessHandlerInterface $successHandler = null, AuthenticationFailureHandlerInterface $failureHandler = null, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null)
{ {

View File

@ -39,10 +39,10 @@ class LogoutListener implements ListenerInterface
* Constructor * Constructor
* *
* @param SecurityContextInterface $securityContext * @param SecurityContextInterface $securityContext
* @param HttpUtils $httpUtils An HttpUtilsInterface instance * @param HttpUtils $httpUtils An HttpUtilsInterface instance
* @param array $options An array of options to process a logout attempt * @param array $options An array of options to process a logout attempt
* @param LogoutSuccessHandlerInterface $successHandler A LogoutSuccessHandlerInterface instance * @param LogoutSuccessHandlerInterface $successHandler A LogoutSuccessHandlerInterface instance
* @param CsrfProviderInterface $csrfProvider A CsrfProviderInterface instance * @param CsrfProviderInterface $csrfProvider A CsrfProviderInterface instance
*/ */
public function __construct(SecurityContextInterface $securityContext, HttpUtils $httpUtils, array $options = array(), LogoutSuccessHandlerInterface $successHandler = null, CsrfProviderInterface $csrfProvider = null) public function __construct(SecurityContextInterface $securityContext, HttpUtils $httpUtils, array $options = array(), LogoutSuccessHandlerInterface $successHandler = null, CsrfProviderInterface $csrfProvider = null)
{ {

View File

@ -168,7 +168,7 @@ abstract class AbstractRememberMeServices implements RememberMeServicesInterface
* *
* @param Request $request * @param Request $request
* @param Response $response * @param Response $response
* @param TokenInterface $token The token that resulted in a successful authentication * @param TokenInterface $token The token that resulted in a successful authentication
*/ */
public final function loginSuccess(Request $request, Response $response, TokenInterface $token) public final function loginSuccess(Request $request, Response $response, TokenInterface $token)
{ {

View File

@ -136,7 +136,7 @@ class TokenBasedRememberMeServices extends AbstractRememberMeServices
/** /**
* Generates a hash for the cookie to ensure it is not being tempered with * Generates a hash for the cookie to ensure it is not being tempered with
* *
* @param string $class * @param string $class
* @param string $username The username * @param string $username The username
* @param integer $expires The unixtime when the cookie expires * @param integer $expires The unixtime when the cookie expires
* @param string $password The encoded password * @param string $password The encoded password

View File

@ -370,7 +370,7 @@ class MutableAclProviderTest extends \PHPUnit_Framework_TestCase
* ) * )
* *
* @param AclProvider $provider * @param AclProvider $provider
* @param array $data * @param array $data
* @throws \InvalidArgumentException * @throws \InvalidArgumentException
* @throws Exception * @throws Exception
*/ */

View File

@ -124,7 +124,7 @@ class XmlEncoder extends SerializerAwareEncoder implements EncoderInterface, Dec
/** /**
* @param DOMNode $node * @param DOMNode $node
* @param string $val * @param string $val
* *
* @return Boolean * @return Boolean
*/ */
@ -143,7 +143,7 @@ class XmlEncoder extends SerializerAwareEncoder implements EncoderInterface, Dec
/** /**
* @param DOMNode $node * @param DOMNode $node
* @param string $val * @param string $val
* *
* @return Boolean * @return Boolean
*/ */
@ -157,7 +157,7 @@ class XmlEncoder extends SerializerAwareEncoder implements EncoderInterface, Dec
/** /**
* @param DOMNode $node * @param DOMNode $node
* @param string $val * @param string $val
* *
* @return Boolean * @return Boolean
*/ */
@ -170,7 +170,7 @@ class XmlEncoder extends SerializerAwareEncoder implements EncoderInterface, Dec
} }
/** /**
* @param DOMNode $node * @param DOMNode $node
* @param DOMDocumentFragment $fragment * @param DOMDocumentFragment $fragment
* *
* @return Boolean * @return Boolean
@ -250,8 +250,8 @@ class XmlEncoder extends SerializerAwareEncoder implements EncoderInterface, Dec
/** /**
* Parse the data and convert it to DOMElements * Parse the data and convert it to DOMElements
* *
* @param DOMNode $parentNode * @param DOMNode $parentNode
* @param array|object $data data * @param array|object $data data
* *
* @return Boolean * @return Boolean
*/ */
@ -350,7 +350,7 @@ class XmlEncoder extends SerializerAwareEncoder implements EncoderInterface, Dec
* Tests the value being passed and decide what sort of element to create * Tests the value being passed and decide what sort of element to create
* *
* @param DOMNode $node * @param DOMNode $node
* @param mixed $val * @param mixed $val
* *
* @return Boolean * @return Boolean
*/ */

View File

@ -30,7 +30,7 @@ interface SerializerInterface
/** /**
* Deserializes data into the given type. * Deserializes data into the given type.
* *
* @param mixed $data * @param mixed $data
* @param string $type * @param string $type
* @param string $format * @param string $format
*/ */

View File

@ -394,7 +394,7 @@ class PhpEngine implements EngineInterface, \ArrayAccess
/** /**
* @param string $name * @param string $name
* @param mixed $value * @param mixed $value
* *
* @api * @api
*/ */

View File

@ -161,7 +161,7 @@ class MoFileLoader extends ArrayLoader implements LoaderInterface
* Reads an unsigned long from stream respecting endianess. * Reads an unsigned long from stream respecting endianess.
* *
* @param resource $stream * @param resource $stream
* @param boolean $isBigEndian * @param boolean $isBigEndian
* @return integer * @return integer
*/ */
private function readLong($stream, $isBigEndian) private function readLong($stream, $isBigEndian)

View File

@ -52,7 +52,7 @@ class XliffFileLoader implements LoaderInterface
/** /**
* Validates and parses the given file into a SimpleXMLElement * Validates and parses the given file into a SimpleXMLElement
* *
* @param string $file * @param string $file
* *
* @return SimpleXMLElement * @return SimpleXMLElement
*/ */

View File

@ -54,8 +54,8 @@ class GraphWalker
* instance and validation group. * instance and validation group.
* *
* @param ClassMetadata $metadata * @param ClassMetadata $metadata
* @param object $object The object to validate * @param object $object The object to validate
* @param string $group The validator group to use for validation * @param string $group The validator group to use for validation
* @param string $propertyPath * @param string $propertyPath
*/ */
public function walkObject(ClassMetadata $metadata, $object, $group, $propertyPath) public function walkObject(ClassMetadata $metadata, $object, $group, $propertyPath)

View File

@ -50,10 +50,10 @@ interface ValidatorInterface
/** /**
* Validate a single property of an object against the given value. * Validate a single property of an object against the given value.
* *
* @param string $class The class on which the property belongs * @param string $class The class on which the property belongs
* @param string $property The name of the property to validate * @param string $property The name of the property to validate
* @param string $value * @param string $value
* @param array|null $groups The validator groups to use for validating * @param array|null $groups The validator groups to use for validating
* *
* @return ConstraintViolationList * @return ConstraintViolationList
* *

View File

@ -146,9 +146,9 @@ class Inline
/** /**
* Parses a scalar to a YAML string. * Parses a scalar to a YAML string.
* *
* @param scalar $scalar * @param scalar $scalar
* @param string $delimiters * @param string $delimiters
* @param array $stringDelimiters * @param array $stringDelimiters
* @param integer &$i * @param integer &$i
* @param Boolean $evaluate * @param Boolean $evaluate
* *
@ -187,7 +187,7 @@ class Inline
/** /**
* Parses a quoted scalar to YAML. * Parses a quoted scalar to YAML.
* *
* @param string $scalar * @param string $scalar
* @param integer &$i * @param integer &$i
* *
* @return string A YAML string * @return string A YAML string
@ -217,7 +217,7 @@ class Inline
/** /**
* Parses a sequence to a YAML string. * Parses a sequence to a YAML string.
* *
* @param string $sequence * @param string $sequence
* @param integer &$i * @param integer &$i
* *
* @return string A YAML string * @return string A YAML string
@ -273,7 +273,7 @@ class Inline
/** /**
* Parses a mapping to a YAML string. * Parses a mapping to a YAML string.
* *
* @param string $mapping * @param string $mapping
* @param integer &$i * @param integer &$i
* *
* @return string A YAML string * @return string A YAML string