Skip to content

Commit 991ac66

Browse files
Merge branch '3.3' into 3.4
* 3.3: Update JsonBundleReader.php [HttpKernel] Clean test directory on tear down [Console] Remove useless http-kernel dev dep Fix testHtml method with regexp Fixed some param/return annotations in PHPDOC blocks. [Workflow] fixed InvalidDefinitionException message for StateMachineValidator
2 parents aaee887 + b3196f1 commit 991ac66

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Container.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ protected function load($file)
441441
/**
442442
* Fetches a variable from the environment.
443443
*
444-
* @param string The name of the environment variable
444+
* @param string $name The name of the environment variable
445445
*
446446
* @return scalar The value to use for the provided environment variable name
447447
*

Definition.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ public function getChanges()
7373
/**
7474
* Sets the tracked changes for the Definition object.
7575
*
76+
* @param array $changes An array of changes for this Definition
77+
*
7678
* @return $this
7779
*/
7880
public function setChanges(array $changes)
@@ -403,6 +405,8 @@ public function getMethodCalls()
403405
* Sets the definition templates to conditionally apply on the current definition, keyed by parent interface/class.
404406
*
405407
* @param $instanceof ChildDefinition[]
408+
*
409+
* @return $this
406410
*/
407411
public function setInstanceofConditionals(array $instanceof)
408412
{

0 commit comments

Comments
 (0)