Skip to content

Commit

Permalink
some phpdoc fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Bley committed Dec 1, 2014
1 parent 9fb484e commit 3c58b9e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/DoctrineModule/Form/Element/ObjectMultiCheckbox.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getProxy()

/**
* @param array|\Traversable $options
* @return ObjectSelect
* @return self
*/
public function setOptions($options)
{
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineModule/Form/Element/ObjectRadio.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function getProxy()

/**
* @param array|\Traversable $options
* @return ObjectSelect
* @return self
*/
public function setOptions($options)
{
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineModule/Form/Element/ObjectSelect.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function getProxy()

/**
* @param array|\Traversable $options
* @return ObjectSelect
* @return self
*/
public function setOptions($options)
{
Expand Down
2 changes: 1 addition & 1 deletion src/DoctrineModule/Form/Element/Proxy.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Proxy implements ObjectManagerAwareInterface
protected $labelGenerator;

/**
* @var
* @var bool|null
*/
protected $isMethod;

Expand Down

0 comments on commit 3c58b9e

Please sign in to comment.