Skip to content

Commit 3bbbb53

Browse files
committed
Merge pull request #453 from UFOMelkor/hotfix/phpdoc-fixes
phpdoc fixes
2 parents 3928a45 + 3c58b9e commit 3bbbb53

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/DoctrineModule/Form/Element/ObjectMultiCheckbox.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getProxy()
4444

4545
/**
4646
* @param array|\Traversable $options
47-
* @return ObjectSelect
47+
* @return self
4848
*/
4949
public function setOptions($options)
5050
{

src/DoctrineModule/Form/Element/ObjectRadio.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getProxy()
4343

4444
/**
4545
* @param array|\Traversable $options
46-
* @return ObjectSelect
46+
* @return self
4747
*/
4848
public function setOptions($options)
4949
{

src/DoctrineModule/Form/Element/ObjectSelect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function getProxy()
4444

4545
/**
4646
* @param array|\Traversable $options
47-
* @return ObjectSelect
47+
* @return self
4848
*/
4949
public function setOptions($options)
5050
{

src/DoctrineModule/Form/Element/Proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class Proxy implements ObjectManagerAwareInterface
6161
protected $labelGenerator;
6262

6363
/**
64-
* @var
64+
* @var bool|null
6565
*/
6666
protected $isMethod;
6767

0 commit comments

Comments
 (0)