mirror of
https://github.com/retailcrm/graphql-php.git
synced 2024-11-26 06:46:02 +03:00
@return self
This commit is contained in:
parent
ec2ff0d4bf
commit
1b42de0658
@ -78,7 +78,7 @@ class ExecutionResult implements \JsonSerializable
|
|||||||
* );
|
* );
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
* @return $this
|
* @return self
|
||||||
*/
|
*/
|
||||||
public function setErrorFormatter(callable $errorFormatter)
|
public function setErrorFormatter(callable $errorFormatter)
|
||||||
{
|
{
|
||||||
@ -98,7 +98,7 @@ class ExecutionResult implements \JsonSerializable
|
|||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* @api
|
* @api
|
||||||
* @return $this
|
* @return self
|
||||||
*/
|
*/
|
||||||
public function setErrorsHandler(callable $handler)
|
public function setErrorsHandler(callable $handler)
|
||||||
{
|
{
|
||||||
|
@ -48,7 +48,7 @@ abstract class Node
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return $this
|
* @return self
|
||||||
*/
|
*/
|
||||||
public function cloneDeep()
|
public function cloneDeep()
|
||||||
{
|
{
|
||||||
|
@ -690,7 +690,7 @@ class Lexer
|
|||||||
*
|
*
|
||||||
* @param $positionOffset
|
* @param $positionOffset
|
||||||
* @param $byteStreamOffset
|
* @param $byteStreamOffset
|
||||||
* @return $this
|
* @return self
|
||||||
*/
|
*/
|
||||||
private function moveStringCursor($positionOffset, $byteStreamOffset)
|
private function moveStringCursor($positionOffset, $byteStreamOffset)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user