The expression return $this returns the type Ynlo\GraphQLBundle\Defin...\Traits\DefinitionTrait which is incompatible with the type-hinted return Ynlo\GraphQLBundle\Definition\DefinitionInterface.
Loading history...
50
}
51
52
/**
53
* @return string
54
*/
55
3
public function getDescription(): ?string
56
{
57
3
return $this->description;
58
}
59
60
/**
61
* @param string $description
62
*
63
* @return DefinitionInterface
64
*/
65
38
public function setDescription(?string $description): DefinitionInterface
The expression return $this returns the type Ynlo\GraphQLBundle\Defin...\Traits\DefinitionTrait which is incompatible with the type-hinted return Ynlo\GraphQLBundle\Definition\DefinitionInterface.