| @@ -21,9 +21,9 @@ | ||
| 21 | 21 | $atts = $table_query; |
| 22 | 22 | } else { |
| 23 | 23 | parse_str( (string) $table_query, $atts ); |
| 24 | 24 | } |
| 25 | - return TablePress::$controller->shortcode_table( $atts ); // @phpstan-ignore-line | |
| 25 | + return TablePress::$controller->shortcode_table( $atts ); // @phpstan-ignore argument.type | |
| 26 | 26 | } |
| 27 | 27 | |
| 28 | 28 | /** |
| 29 | 29 | * Provides template tag functionality for the "table" Shortcode, to be used anywhere in the template, echoes the table HTML. |
| @@ -51,9 +51,9 @@ | ||
| 51 | 51 | $atts = $table_query; |
| 52 | 52 | } else { |
| 53 | 53 | parse_str( (string) $table_query, $atts ); |
| 54 | 54 | } |
| 55 | - return TablePress::$controller->shortcode_table_info( $atts ); // @phpstan-ignore-line | |
| 55 | + return TablePress::$controller->shortcode_table_info( $atts ); // @phpstan-ignore argument.type | |
| 56 | 56 | } |
| 57 | 57 | |
| 58 | 58 | /** |
| 59 | 59 | * Provides template tag functionality for the "table-info" Shortcode, to be used anywhere in the template, echoes the info. |