mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix: remove typing and return type
Signed-off-by: Anna Larch <anna@nextcloud.com>
This commit is contained in:
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
|
||||
* @since 7.0.0
|
||||
*/
|
||||
public function columnToProperty(string $columnName): string {
|
||||
public function columnToProperty(string $columnName) {
|
||||
$parts = explode('_', $columnName);
|
||||
$property = '';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue