mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-25 06:16:05 +03:00
Fix bc
This commit is contained in:
parent
9fc4d11425
commit
c803c455b4
@ -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.
|
* 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);
|
$this->checkIfGreaterOrEqualToZero('maxQueryDepth', $maxQueryDepth);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user