Commit e0b082ed authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Relache du type de retour de getCode

parent 5a2e2cdc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ class Structure implements StructureInterface, HistoriqueAwareInterface, SourceA
     *
     * @return string
     */
    public function getCode(): string
    public function getCode(): ?string
    {
//        if ($this->code !== null) return $this->code;
//        if ($this->sourceCode !== null) {