We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a507079 commit 0cfef48Copy full SHA for 0cfef48
src/Plugin/DataProducerPluginManager.php
@@ -92,7 +92,8 @@ public function __construct(
92
$this->resultCacheBackend = $resultCacheBackend;
93
94
// We don't use dependency injection here to avoid a constructor signature
95
- // change. @phpstan-ignore-next-line
+ // change.
96
+ // @phpcs:ignore
97
$this->populateContextDefaults = \Drupal::config('graphql.settings')->get('dataproducer_populate_default_values') ?? TRUE;
98
}
99
0 commit comments