Commit 349f5090 authored by Florian Joriot's avatar Florian Joriot
Browse files

Tentative correction #41684

parent 9e4b76c4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -85,11 +85,11 @@ class WorkflowEtape implements ResourceInterface


    /**
     * @param Structure $structure
     * @param ?Structure $structure
     *
     * @return TblWorkflow|null
     */
    public function getStructureEtape( Structure $structure )
    public function getStructureEtape(?Structure $structure )
    {
        $etapes = $this->getEtapes();
        foreach( $etapes as $etape ){