Skip to content

Commit f88910d

Browse files
committed
Update ezQuery.php
1 parent a9fcf87 commit f88910d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ezQuery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ public function create_select(string $newTable, $fromColumns = '*', $oldTable =
596596
/**
597597
* @codeCoverageIgnore
598598
*/
599-
public function select_into(string $newTable, $fromColumns = '*', $oldTable = null, ...$fromWhereConditions)
599+
public function select_into(string $newTable, $fromColumns = '*', string $oldTable = null, ...$fromWhereConditions)
600600
{
601601
$this->isInto = true;
602602
if (isset($oldTable))

0 commit comments

Comments
 (0)