Remove extra docblock

This commit is contained in:
Fabien Potencier 2020-11-27 07:41:41 +01:00
parent a4b2bf8e56
commit 3ac26fcd67

View File

@ -113,12 +113,6 @@ class Entry
unset($this->lowerMap[strtolower($name)]); 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 private function getAttributeKey(string $name, bool $caseSensitive = true): ?string
{ {
if ($caseSensitive) { if ($caseSensitive) {