The expression return $this returns the type Ynlo\GraphQLBundle\Defin...n\Traits\MetaAwareTrait which is incompatible with the type-hinted return Ynlo\GraphQLBundle\Definition\MetaAwareInterface.
Loading history...
63
}
64
65
/**
66
* @param string $key
67
* @param mixed $value
68
*
69
* @return MetaAwareInterface
70
*/
71
1
public function setMeta(string $key, $value): MetaAwareInterface
The expression return $this returns the type Ynlo\GraphQLBundle\Defin...n\Traits\MetaAwareTrait which is incompatible with the type-hinted return Ynlo\GraphQLBundle\Definition\MetaAwareInterface.
Loading history...
76
}
77
78
/**
79
* @param string $key
80
*
81
* @return MetaAwareInterface
82
*/
83
public function removeMeta(string $key): MetaAwareInterface
The expression return $this returns the type Ynlo\GraphQLBundle\Defin...n\Traits\MetaAwareTrait which is incompatible with the type-hinted return Ynlo\GraphQLBundle\Definition\MetaAwareInterface.