File tree 2 files changed +5
-1
lines changed
src/Symfony/Component/DependencyInjection
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ public static function underscore($id)
427
427
/**
428
428
* Fetches a variable from the environment.
429
429
*
430
- * @param string The name of the environment variable
430
+ * @param string $name The name of the environment variable
431
431
*
432
432
* @return scalar The value to use for the provided environment variable name
433
433
*
Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ public function getChanges()
71
71
/**
72
72
* Sets the tracked changes for the Definition object.
73
73
*
74
+ * @param array $changes An array of changes for this Definition
75
+ *
74
76
* @return $this
75
77
*/
76
78
public function setChanges (array $ changes )
@@ -401,6 +403,8 @@ public function getMethodCalls()
401
403
* Sets the definition templates to conditionally apply on the current definition, keyed by parent interface/class.
402
404
*
403
405
* @param $instanceof ChildDefinition[]
406
+ *
407
+ * @return $this
404
408
*/
405
409
public function setInstanceofConditionals (array $ instanceof )
406
410
{
You can’t perform that action at this time.
0 commit comments