Skip to content

Commit 0f27f5b

Browse files
committed
QA: API docs
1 parent e4dc434 commit 0f27f5b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/php/lang/reflection/Parameter.class.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ class Parameter {
1111
private $reflect, $method;
1212
private $annotations= null;
1313

14+
/**
15+
* Creates a new parameter
16+
*
17+
* @param ReflectionParameter $reflect
18+
* @param ReflectionMethod $method
19+
*/
1420
public function __construct($reflect, $method= null) {
1521
$this->reflect= $reflect;
1622
$this->method= $method ?? $reflect->getDeclaringFunction();

0 commit comments

Comments
 (0)