mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-04 05:03:31 +03:00
Fix bc
This commit is contained in:
parent
9fc4d11425
commit
c803c455b4
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class QueryDepth extends QuerySecurityRule
|
|||
/**
|
||||
* Set max query depth. If equal to 0 no check is done. Must be greater or equal to 0.
|
||||
*/
|
||||
public function setMaxQueryDepth(int $maxQueryDepth)
|
||||
public function setMaxQueryDepth($maxQueryDepth)
|
||||
{
|
||||
$this->checkIfGreaterOrEqualToZero('maxQueryDepth', $maxQueryDepth);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue