mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-22 12:56:05 +03:00
[style change] put VisitorOperation up top
This commit is contained in:
parent
80a662564e
commit
2e25f51829
@ -4,6 +4,15 @@ namespace GraphQL\Language;
|
|||||||
use GraphQL\Language\AST\Node;
|
use GraphQL\Language\AST\Node;
|
||||||
use GraphQL\Utils\TypeInfo;
|
use GraphQL\Utils\TypeInfo;
|
||||||
|
|
||||||
|
class VisitorOperation
|
||||||
|
{
|
||||||
|
public $doBreak;
|
||||||
|
|
||||||
|
public $doContinue;
|
||||||
|
|
||||||
|
public $removeNode;
|
||||||
|
}
|
||||||
|
|
||||||
class Visitor
|
class Visitor
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
@ -446,13 +455,3 @@ class Visitor
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
class VisitorOperation
|
|
||||||
{
|
|
||||||
public $doBreak;
|
|
||||||
|
|
||||||
public $doContinue;
|
|
||||||
|
|
||||||
public $removeNode;
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user