Skip to content

Commit

Permalink
GNRE
Browse files Browse the repository at this point in the history
  • Loading branch information
luizkim committed Nov 14, 2023
1 parent ab3f58f commit 17cfac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Sped/Gnre/Helper/GnreHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public static function getGuiaGnre($xmlNf): Guia
}


public static function parseNf($xmlNf): stdClass
public static function parseNf($xmlNf): ?stdClass
{
$xml = simplexml_load_string($xmlNf);
$parsed = new stdClass();
Expand Down

0 comments on commit 17cfac9

Please sign in to comment.