Skip to content

Commit d80025c

Browse files
committed
Sync common lib
1 parent a9a6fb2 commit d80025c

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

ContactsEncoder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -926,9 +926,6 @@ private function handleAriaLabelContent($content, $reverse = false)
926926
*/
927927
private function replaceAriaLabelWithPlaceholder($matches)
928928
{
929-
if (!isset($matches[0])) {
930-
return '';
931-
}
932929
$original = $matches[0];
933930
$placeholder = 'ct_temp_aria_' . $this->aria_index++;
934931
$this->aria_placeholders[$placeholder] = $original;

0 commit comments

Comments
 (0)