Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff87f30 commit a93ce04Copy full SHA for a93ce04
1 file changed
src/Symfony/Component/Ldap/Entry.php
@@ -63,8 +63,8 @@ public function getAttributes()
63
/**
64
* Sets a value for the given attribute.
65
*
66
- * @param $name
67
- * @param array $value
+ * @param string $name
+ * @param array $value
68
*/
69
public function setAttribute($name, array $value)
70
{
@@ -74,7 +74,7 @@ public function setAttribute($name, array $value)
74
75
* Removes a given attribute.
76
77
78
79
public function removeAttribute($name)
80
0 commit comments