Skip to content

Commit

Permalink
fix: remove typing and return type
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <anna@nextcloud.com>
  • Loading branch information
miaulalala committed Jan 23, 2025
1 parent 4d61fd2 commit 1562db8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public/AppFramework/Db/Entity.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ protected function markFieldUpdated(string $attribute): void {
* @return string the property name
* @since 7.0.0
*/
public function columnToProperty(string $columnName): string {
public function columnToProperty(string $columnName) {
$parts = explode('_', $columnName);
$property = '';

Expand Down

0 comments on commit 1562db8

Please sign in to comment.