Skip to content

Commit 5030587

Browse files
committed
argh!
1 parent 256d225 commit 5030587

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Plugin/DataProducerPluginManager.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,10 @@ public function __construct(
9393

9494
// We don't use dependency injection here to avoid a constructor signature
9595
// change.
96-
// @phpcs:ignore @phpstan-ignore-next-line
96+
// @phpcs:disable
97+
// @phpstan-ignore-next-line
9798
$this->populateContextDefaults = \Drupal::config('graphql.settings')->get('dataproducer_populate_default_values') ?? TRUE;
99+
// @phpcs:enable
98100
}
99101

100102
/**

0 commit comments

Comments
 (0)