mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 04:46:04 +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.
|
||||
*/
|
||||
public function setMaxQueryDepth(int $maxQueryDepth)
|
||||
public function setMaxQueryDepth($maxQueryDepth)
|
||||
{
|
||||
$this->checkIfGreaterOrEqualToZero('maxQueryDepth', $maxQueryDepth);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user