From a93ce04b920cfb10a9caad91f8fdd6c3ccb3f7bf Mon Sep 17 00:00:00 2001 From: Charles Sarrazin Date: Fri, 19 Feb 2016 11:24:52 +0100 Subject: [PATCH] Fixed PHPDoc for the Ldap component's Entry class --- src/Symfony/Component/Ldap/Entry.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Symfony/Component/Ldap/Entry.php b/src/Symfony/Component/Ldap/Entry.php index 3248d96d999eb..17551a4f7a223 100644 --- a/src/Symfony/Component/Ldap/Entry.php +++ b/src/Symfony/Component/Ldap/Entry.php @@ -63,8 +63,8 @@ public function getAttributes() /** * Sets a value for the given attribute. * - * @param $name - * @param array $value + * @param string $name + * @param array $value */ public function setAttribute($name, array $value) { @@ -74,7 +74,7 @@ public function setAttribute($name, array $value) /** * Removes a given attribute. * - * @param $name + * @param string $name */ public function removeAttribute($name) {