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