Skip to content

Commit 0cfef48

Browse files
committed
ignore phpcs line
1 parent a507079 commit 0cfef48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Plugin/DataProducerPluginManager.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ public function __construct(
9292
$this->resultCacheBackend = $resultCacheBackend;
9393

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

0 commit comments

Comments
 (0)