Skip to content

Commit 6b1873b

Browse files
committed
fix static analysis
1 parent 86eef6f commit 6b1873b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Schema/Traits/Custom_Table_Query_Methods.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -789,6 +789,7 @@ private static function prepare_value_for_query( string $column, $value ): array
789789
throw new InvalidArgumentException( "Unsupported column type: $column_type." );
790790
}
791791

792+
// @phpstan-ignore-next-line
792793
return [ $value, is_array( $value ) ? '(' . implode( ',', array_fill( 0, count( $value ), $placeholder ) ) . ')' : $placeholder ];
793794
}
794795

0 commit comments

Comments
 (0)