Skip to content

Commit 4d171d3

Browse files
committed
Remove function
1 parent 00d04fe commit 4d171d3

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/Database/Database.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9358,14 +9358,4 @@ private function rollbackAttributeMetadata(Document $collection, array $attribut
93589358
);
93599359
$collection->setAttribute('attributes', \array_values($filteredAttributes));
93609360
}
9361-
9362-
/**
9363-
* @param string $string
9364-
* @return string
9365-
*/
9366-
public function sanitizeNonUtf8(string $string): string
9367-
{
9368-
return $string;
9369-
}
9370-
93719361
}

0 commit comments

Comments
 (0)