fix: remove typing and return type

Signed-off-by: Anna Larch <anna@nextcloud.com>
pull/50367/head
Anna Larch 2025-01-23 17:37:27 +07:00 committed by backportbot[bot]
parent 3c9f86a3b7
commit 3a9713de2c
1 changed files with 1 additions and 1 deletions

@ -215,7 +215,7 @@ abstract class Entity {
* @return string the property name * @return string the property name
* @since 7.0.0 * @since 7.0.0
*/ */
public function columnToProperty(string $columnName): string { public function columnToProperty(string $columnName) {
$parts = explode('_', $columnName); $parts = explode('_', $columnName);
$property = ''; $property = '';