Skip to content

Commit

Permalink
Code Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Dec 6, 2024
1 parent 4b9e72f commit 9c96b3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raiffeisenbank-statements-sharepoint-checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
$destination = \array_key_exists('output', $options) ? $options['output'] : Shared::cfg('RESULT_FILE', 'php://stdout');

PohodaBankClient::checkCertificatePresence(Shared::cfg('CERT_FILE'));
$engine = new Statementor(Shared::cfg('ACCOUNT_NUMBER'),['user'=>'','password'=>'','ico'=>'','url'=>'']);
$engine = new Statementor(Shared::cfg('ACCOUNT_NUMBER'), ['user' => '', 'password' => '', 'ico' => '', 'url' => '']);
$engine->setScope(Shared::cfg('IMPORT_SCOPE', 'last_month'));
$engine->logBanner('', 'Scope: '.$engine->scope);
$exitcode = 0;
Expand Down

0 comments on commit 9c96b3a

Please sign in to comment.