Completed
Pull Request — 8.x-3.x (#442)
by Sebastian
02:16
created
src/Plugin/GraphQL/InputTypes/InputTypePluginBase.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,6 @@
 block discarded – undo
10 10
 use Drupal\graphql\Plugin\GraphQL\Traits\NamedPluginTrait;
11 11
 use Drupal\graphql\Plugin\GraphQL\Traits\TypedPluginTrait;
12 12
 use Drupal\graphql\Plugin\GraphQL\TypeSystemPluginInterface;
13
-use Youshido\GraphQL\Config\Object\InputObjectTypeConfig;
14 13
 use Youshido\GraphQL\Field\Field;
15 14
 use Youshido\GraphQL\Type\TypeInterface;
16 15
 
Please login to merge, or discard this patch.
src/GraphQL/Field/Field.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -30,6 +30,7 @@
 block discarded – undo
30 30
 
31 31
   /**
32 32
    * {@inheritdoc}
33
+   * @param boolean $secure
33 34
    */
34 35
   public function __construct(TypeSystemPluginInterface $plugin, $secure, array $config = []) {
35 36
     $this->plugin = $plugin;
Please login to merge, or discard this patch.
src/Plugin/GraphQL/Schemas/SchemaPluginBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
   /**
81 81
    * Extract type or field definitions from plugins.
82 82
    *
83
-   * @param array $plugins
83
+   * @param TypeSystemPluginInterface[] $plugins
84 84
    *   The list of plugins to extract the type or field definitions from.
85 85
    *
86 86
    * @return array
Please login to merge, or discard this patch.