From 3ac26fcd670beee6583957bd0b2e4727078cf3eb Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 27 Nov 2020 07:41:41 +0100 Subject: [PATCH] Remove extra docblock --- src/Symfony/Component/Ldap/Entry.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Symfony/Component/Ldap/Entry.php b/src/Symfony/Component/Ldap/Entry.php index 60253f69a9..71b675aa70 100644 --- a/src/Symfony/Component/Ldap/Entry.php +++ b/src/Symfony/Component/Ldap/Entry.php @@ -113,12 +113,6 @@ class Entry unset($this->lowerMap[strtolower($name)]); } - /** - * Get the attribute key. - * - * @param string $name The attribute name - * @param bool $caseSensitive Whether the attribute name is case-sensitive - */ private function getAttributeKey(string $name, bool $caseSensitive = true): ?string { if ($caseSensitive) {