| @@ -154,9 +154,9 @@ | ||
| 154 | 154 | $this->itm_source = $params['itm_source']; |
| 155 | 155 | } |
| 156 | 156 | |
| 157 | 157 | // A proxy with caching behavior is used here. |
| 158 | - $response = $this->api->get_items( $params ); | |
| 158 | + $response = $this->api->get_items( $params ); // @phpstan-ignore-line. | |
| 159 | 159 | |
| 160 | 160 | if ( is_wp_error( $response ) ) { |
| 161 | 161 | return $response; |
| 162 | 162 | } |