Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
litvinjuan authored and github-actions[bot] committed May 1, 2024
1 parent 1c27000 commit f000af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AfipCmsSigner.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ private function getCmsFromCmsOutputFile(string $output_filename): string
{
$cms = File::get($output_filename);

$lastHeader = "Content-Transfer-Encoding: base64";
$lastHeader = 'Content-Transfer-Encoding: base64';
$lastHeaderPosition = strpos($cms, $lastHeader);
$lastHeaderLength = strlen($lastHeader);

Expand Down

0 comments on commit f000af0

Please sign in to comment.