Completed
Pull Request — 8.x-3.x (#442)
by Sebastian
02:07
created
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.