Skip to content

Commit

Permalink
fix: tornar nullable atributo ordem de ImagensInternas de variação
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreBellas committed Sep 3, 2024
1 parent 3a741e6 commit aed00fa
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,15 @@
*
* @param string $linkMiniatura
* @param string $validade
* @param int $ordem
* @param ?int $ordem
* @param Id $anexo
* @param Id $anexoVinculo
*/
public function __construct(
public string $linkMiniatura,
public string $validade,
public int $ordem,
public ?int $ordem,
public Id $anexo,
public Id $anexoVinculo,
) {
}
) {}
}

0 comments on commit aed00fa

Please sign in to comment.