@@ -1547,7 +1547,7 @@ function number_format(ScalarFunction|int|float $value, ScalarFunction|int $deci
15471547 * @return Entry<mixed>
15481548 */
15491549#[DocumentationDSL(module: Module::CORE , type: DSLType::DATA_FRAME )]
1550- function to_entry (string $ name , mixed $ data , EntryFactory $ entryFactory = new EntryFactory () ) : Entry
1550+ function to_entry (string $ name , mixed $ data , EntryFactory $ entryFactory ) : Entry
15511551{
15521552 return $ entryFactory ->create ($ name , $ data );
15531553}
@@ -1558,7 +1558,7 @@ function to_entry(string $name, mixed $data, EntryFactory $entryFactory = new En
15581558 * @param null|Schema $schema
15591559 */
15601560#[DocumentationDSL(module: Module::CORE , type: DSLType::DATA_FRAME )]
1561- function array_to_row (array $ data , EntryFactory $ entryFactory = new EntryFactory () , array |Partitions $ partitions = [], ?Schema $ schema = null ) : Row
1561+ function array_to_row (array $ data , EntryFactory $ entryFactory , array |Partitions $ partitions = [], ?Schema $ schema = null ) : Row
15621562{
15631563 $ entries = [];
15641564
@@ -1603,7 +1603,7 @@ function array_to_row(array $data, EntryFactory $entryFactory = new EntryFactory
16031603 * @param null|Schema $schema
16041604 */
16051605#[DocumentationDSL(module: Module::CORE , type: DSLType::DATA_FRAME )]
1606- function array_to_rows (array $ data , EntryFactory $ entryFactory = new EntryFactory () , array |Partitions $ partitions = [], ?Schema $ schema = null ) : Rows
1606+ function array_to_rows (array $ data , EntryFactory $ entryFactory , array |Partitions $ partitions = [], ?Schema $ schema = null ) : Rows
16071607{
16081608 $ partitions = \is_array ($ partitions ) ? new Partitions (...$ partitions ) : $ partitions ;
16091609
0 commit comments