Completed
Pull Request — 8.x-3.x (#519)
by Sebastian
04:16 queued 01:25
created
src/GraphQL/Execution/Visitor/MaxComplexityVisitor.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -15,8 +15,6 @@
 block discarded – undo
15 15
   /**
16 16
    * MaxComplexityQueryVisitor constructor.
17 17
    *
18
-   * @param int $maxComplexity
19
-   *   The allowed maximum complexity.
20 18
    */
21 19
   public function __construct($defaultCost = 1) {
22 20
     $this->defaultCost = $defaultCost;
Please login to merge, or discard this patch.