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