Skip to content

Commit a3fa004

Browse files
committed
chore!: remove default value for Function_::$returns
1 parent d278227 commit a3fa004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Function_.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ abstract class Function_ implements SqlEntity
3535
protected array $characteristics = [];
3636

3737
/** The function return type. */
38-
protected string $returns = '';
38+
protected string $returns;
3939

4040
/** The language the function is written in. */
4141
public function aggregate(): bool

0 commit comments

Comments
 (0)