Skip to content

Commit 1562db8

Browse files
committed
fix: remove typing and return type
Signed-off-by: Anna Larch <anna@nextcloud.com>
1 parent 4d61fd2 commit 1562db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/AppFramework/Db/Entity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ protected function markFieldUpdated(string $attribute): void {
215215
* @return string the property name
216216
* @since 7.0.0
217217
*/
218-
public function columnToProperty(string $columnName): string {
218+
public function columnToProperty(string $columnName) {
219219
$parts = explode('_', $columnName);
220220
$property = '';
221221

0 commit comments

Comments
 (0)