Skip to content

Commit b49079d

Browse files
committed
Fixed PHPDoc for the Ldap component's Entry class
1 parent 1ecf243 commit b49079d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Entry.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ public function getAttributes()
6363
/**
6464
* Sets a value for the given attribute.
6565
*
66-
* @param $name
67-
* @param array $value
66+
* @param string $name
67+
* @param array $value
6868
*/
6969
public function setAttribute($name, array $value)
7070
{
@@ -74,7 +74,7 @@ public function setAttribute($name, array $value)
7474
/**
7575
* Removes a given attribute.
7676
*
77-
* @param $name
77+
* @param string $name
7878
*/
7979
public function removeAttribute($name)
8080
{

0 commit comments

Comments
 (0)