Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed May 18, 2012
1 parent 35682ae commit bb1d35f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Extension/Core/DataMapper/PropertyPathMapper.php
Expand Up @@ -32,7 +32,7 @@ public function __construct($dataClass = null)

/**
* @param dataClass $data
* @param array $forms
* @param array $forms
*
* @throws UnexpectedTypeException if the type of the data parameter is not supported
*/
Expand Down
4 changes: 2 additions & 2 deletions Form.php
Expand Up @@ -801,7 +801,7 @@ public function remove($name)
/**
* Returns whether a child with the given name exists.
*
* @param string $name
* @param string $name
*
* @return Boolean
*/
Expand All @@ -813,7 +813,7 @@ public function has($name)
/**
* Returns the child with the given name.
*
* @param string $name
* @param string $name
*
* @return FormInterface
*
Expand Down
10 changes: 5 additions & 5 deletions FormBuilder.php
Expand Up @@ -116,10 +116,10 @@ class FormBuilder
/**
* Constructor.
*
* @param string $name
* @param FormFactoryInterface $factory
* @param EventDispatcherInterface $dispatcher
* @param string $dataClass
* @param string $name
* @param FormFactoryInterface $factory
* @param EventDispatcherInterface $dispatcher
* @param string $dataClass
*/
public function __construct($name, FormFactoryInterface $factory, EventDispatcherInterface $dispatcher, $dataClass = null)
{
Expand Down Expand Up @@ -620,7 +620,7 @@ public function remove($name)
/**
* Returns whether a field with the given name exists.
*
* @param string $name
* @param string $name
*
* @return Boolean
*/
Expand Down
2 changes: 1 addition & 1 deletion FormView.php
Expand Up @@ -35,7 +35,7 @@ class FormView implements \ArrayAccess, \IteratorAggregate, \Countable

/**
* @param string $name
* @param mixed $value
* @param mixed $value
*
* @return FormView The current view
*/
Expand Down

0 comments on commit bb1d35f

Please sign in to comment.