We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdec600 commit b03a9a1Copy full SHA for b03a9a1
testData/actions/generation/generator/DataModelGenerator/generateDataModel/Sample.php
@@ -30,8 +30,7 @@ public function setIdProperty(?int $idProperty): void
30
*/
31
public function getSampleProperty(): ?string
32
{
33
- return $this->getData(self::SAMPLE_PROPERTY) === null ? null
34
- : $this->getData(self::SAMPLE_PROPERTY);
+ return $this->getData(self::SAMPLE_PROPERTY);
35
}
36
37
/**
0 commit comments