Skip to content

Commit

Permalink
Tweaked a phpdoc description
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and nikic committed Apr 10, 2016
1 parent 954051f commit e7f0860
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/PhpParser/Builder/FunctionLike.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ public function addParams(array $params) {
}

/**
* set the return type for php7
* Sets the return type for PHP 7.
*
* @param string $type support string, int, float, bool, array,
* class names, interface and callable.
* @param string|Node\Name $type One of array, callable, string, int, float, bool,
* or a class/interface name.
*
* @return $this The builder instance (for fluid interface)
*/
Expand Down

0 comments on commit e7f0860

Please sign in to comment.