Skip to content

Commit 952c882

Browse files
committed
Fixed PHPdoc return references in FormBuilderInterface
1 parent 66dbfdc commit 952c882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FormBuilderInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface FormBuilderInterface extends \Traversable, \Countable, FormConfigBuild
2727
* @param string|FormTypeInterface $type
2828
* @param array $options
2929
*
30-
* @return $this
30+
* @return self
3131
*/
3232
public function add($child, $type = null, array $options = array());
3333

@@ -58,7 +58,7 @@ public function get($name);
5858
*
5959
* @param string $name
6060
*
61-
* @return $this
61+
* @return self
6262
*/
6363
public function remove($name);
6464

0 commit comments

Comments
 (0)