Fixed some param/return annotations in PHPDOC blocks.

This commit is contained in:
Alexander M. Turek 2017-08-13 23:58:09 +02:00
parent eea78fdc78
commit 423656f8ea
2 changed files with 5 additions and 1 deletions

View File

@ -427,7 +427,7 @@ class Container implements ResettableContainerInterface
/**
* Fetches a variable from the environment.
*
* @param string The name of the environment variable
* @param string $name The name of the environment variable
*
* @return scalar The value to use for the provided environment variable name
*

View File

@ -71,6 +71,8 @@ class Definition
/**
* Sets the tracked changes for the Definition object.
*
* @param array $changes An array of changes for this Definition
*
* @return $this
*/
public function setChanges(array $changes)
@ -401,6 +403,8 @@ class Definition
* Sets the definition templates to conditionally apply on the current definition, keyed by parent interface/class.
*
* @param $instanceof ChildDefinition[]
*
* @return $this
*/
public function setInstanceofConditionals(array $instanceof)
{