Skip to content

Commit

Permalink
Ignore cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dbosen committed Aug 21, 2024
1 parent 97967b2 commit 5325c9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/thunder_gqls/src/Wrappers/EntityListResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public function __construct(QueryInterface|EntityBuffer $buffer) {
// phpcs:ignore
@trigger_error('Calling the constructor with the query parameter is deprecated in Thunder 7.3.3 it will be remove in Thunder 8.0. Use service injection instead of directly instantiating and then use ::setQuery() instead.', E_USER_DEPRECATED);
$this->setQuery($buffer);
// phpcs:ignore
$buffer = \Drupal::service('graphql.buffer.entity');
}
$this->buffer = $buffer;
Expand Down

0 comments on commit 5325c9a

Please sign in to comment.