mirror of
https://github.com/retailcrm/graphql-php.git
synced 2025-04-07 11:17:08 +00:00
@return self
This commit is contained in:
parent
ec2ff0d4bf
commit
1b42de0658
3 changed files with 4 additions and 4 deletions
src
|
@ -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…
Add table
Reference in a new issue