Completed
Pull Request — 8.x-3.x (#670)
by Philipp
02:05
created
src/Plugin/GraphQL/Fields/FieldPluginBase.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -157,6 +157,7 @@
 block discarded – undo
157 157
 
158 158
   /**
159 159
    * {@inheritdoc}
160
+   * @param \Drupal\graphql\GraphQLLanguageContext $languageContext
160 161
    */
161 162
   protected function resolveDeferred(callable $callback, $value, array $args, ResolveContext $context, ResolveInfo $info, $isLanguageAware, $languageContext) {
162 163
     $renderContext = new RenderContext();
Please login to merge, or discard this patch.