Completed
Pull Request — 8.x-3.x (#525)
by Sebastian
02:16
created
src/Controller/RequestController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -71,8 +71,8 @@  discard block
 block discarded – undo
71 71
   }
72 72
 
73 73
   /**
74
-   * @param $schema
75
-   * @param $operations
74
+   * @param string $schema
75
+   * @param \GraphQL\Server\OperationParams $operations
76 76
    * @param bool $debug
77 77
    *
78 78
    * @return \Drupal\Core\Cache\CacheableJsonResponse
@@ -85,7 +85,7 @@  discard block
 block discarded – undo
85 85
   }
86 86
 
87 87
   /**
88
-   * @param $schema
88
+   * @param string $schema
89 89
    * @param $operations
90 90
    * @param bool $debug
91 91
    *
Please login to merge, or discard this patch.