We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d278227 commit a3fa004Copy full SHA for a3fa004
src/Function_.php
@@ -35,7 +35,7 @@ abstract class Function_ implements SqlEntity
35
protected array $characteristics = [];
36
37
/** The function return type. */
38
- protected string $returns = '';
+ protected string $returns;
39
40
/** The language the function is written in. */
41
public function aggregate(): bool
0 commit comments