Skip to content

Commit cfb104b

Browse files
committed
Merge pull request #17 from joncave/cotnent-typo
Fix typo in "cotnent"
2 parents 5d93f42 + 5c51ccf commit cfb104b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/phpDocumentor/Reflection/DocBlock/Tag/ReturnTag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ class ReturnTag extends Tag
3333
/**
3434
* {@inheritdoc}
3535
*/
36-
public function getCotnent()
36+
public function getContent()
3737
{
3838
if (null === $this->content) {
3939
$this->content = "{$this->type} {$this->description}";
4040
}
4141

42-
return $this->cotnent;
42+
return $this->content;
4343
}
4444

4545
/**

0 commit comments

Comments
 (0)