The doc comment non-empty-array<int, int|string> at position 0 could not be parsed: Unknown type name 'non-empty-array' at position 0 in non-empty-array<int, int|string>.
The doc comment non-empty-array<int, int|string> at position 0 could not be parsed: Unknown type name 'non-empty-array' at position 0 in non-empty-array<int, int|string>.
Loading history...
26
*/
27
28
private function __construct($body)
28
{
29
28
$this->body = $body;
30
}
31
32
20
public static function fromSql(string $sql) : self
33
{
34
20
return new self([Keys::SQL_TEXT => $sql]);
35
}
36
37
24
public static function fromStatementId(int $statementId) : self