Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 660e393

Browse files
committed
Added some missing PHPDoc
1 parent 6a68bd8 commit 660e393

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/internal/Magento/Framework/GraphQl/Query/QueryComplexityLimiter.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public function __construct(
4141
$this->queryComplexity = $queryComplexity;
4242
}
4343

44+
/**
45+
* @param bool $disableIntrospection
46+
*/
4447
public function execute(bool $disableIntrospection = false): void
4548
{
4649
DocumentValidator::addRule(new QueryDepth($this->queryDepth));

0 commit comments

Comments
 (0)