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...
48
}
49
50
/**
51
* @return string
52
*/
53
1
public function getDescription(): ?string
54
{
55
1
return $this->description;
56
}
57
58
/**
59
* @param string $description
60
*
61
* @return DefinitionInterface
62
*/
63
1
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.