Skip to content

Commit b53cca0

Browse files
committed
Fix variable name in docblock
1 parent ed29ac2 commit b53cca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/parts/ConstantsTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function setConstants(array $constants) {
3535
/**
3636
* Adds a constant
3737
*
38-
* @param string|PhpConstant $name constant name or instance
38+
* @param string|PhpConstant $nameOrConstant constant name or instance
3939
* @param string $value
4040
* @return $this
4141
*/

0 commit comments

Comments
 (0)