Loading module/Application/src/Application/Entity/Db/Structure.php +2 −2 Original line number Diff line number Diff line Loading @@ -193,9 +193,9 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA /** * Get Code * * @return string * @return string|null */ public function getCode(): string public function getCode(): ?string { // if ($this->code !== null) return $this->code; // if ($this->sourceCode !== null) { Loading Loading
module/Application/src/Application/Entity/Db/Structure.php +2 −2 Original line number Diff line number Diff line Loading @@ -193,9 +193,9 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA /** * Get Code * * @return string * @return string|null */ public function getCode(): string public function getCode(): ?string { // if ($this->code !== null) return $this->code; // if ($this->sourceCode !== null) { Loading