Skip to content

Commit bdfc133

Browse files
committed
Update get_all_by docblock
1 parent 259b5a9 commit bdfc133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Schema/Tables/Contracts/Table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @method static int get_total_items( array $args = [] )
3838
* @method static bool update_many( array $entries )
3939
* @method static array paginate( array $args, int $per_page = 20, int $page = 1, array $columns = [ '*' ], string $join_table = '', string $join_condition = '', array $selectable_joined_columns = [], string $output = 'OBJECT' )
40-
* @method static mixed[] get_all_by( string $column, $value, string $operator = '=', int $limit = 50 )
40+
* @method static mixed[] get_all_by( string $column, $value, string $operator = '=', int $limit = 50, string $order_by = '' )
4141
* @method static ?mixed get_first_by( string $column, $value )
4242
* @method static ?mixed get_by_id( $id )
4343
* @method static array operators()

0 commit comments

Comments
 (0)