8000 Fixed PHPDoc for the Ldap component's Entry class · symfony/symfony@a93ce04 · GitHub
[go: up one dir, main page]

Skip to content

Commit a93ce04

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Symfony/Component/Ldap/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)
0