We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86eef6f commit 6b1873bCopy full SHA for 6b1873b
1 file changed
src/Schema/Traits/Custom_Table_Query_Methods.php
@@ -789,6 +789,7 @@ private static function prepare_value_for_query( string $column, $value ): array
789
throw new InvalidArgumentException( "Unsupported column type: $column_type." );
790
}
791
792
+ // @phpstan-ignore-next-line
793
return [ $value, is_array( $value ) ? '(' . implode( ',', array_fill( 0, count( $value ), $placeholder ) ) . ')' : $placeholder ];
794
795
0 commit comments