Skip to content

Commit

Permalink
Merge pull request #22 from AlexandreBellas/develop
Browse files Browse the repository at this point in the history
feat: corrigir novos bugs da issue #20
  • Loading branch information
AlexandreBellas authored Sep 3, 2024
2 parents e5e4c99 + aed00fa commit 40d8632
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "alebatistella/bling-erp-api",
"description": "Pacote de integração com a API do Bling ERP",
"type": "library",
"version": "1.14.1",
"version": "1.14.2",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down
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,
) {
}
) {}
}
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 40d8632

Please sign in to comment.