Skip to content

Commit

Permalink
Merge pull request #93 from johnzuk/analysis-KZL6ZR
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
johnzuk authored Apr 19, 2020
2 parents 2b3df8b + 78a62a1 commit d4c023a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/readmeExample.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
var_dump($gus->dataStatus());
var_dump($gus->getBulkReport(
new DateTimeImmutable('2019-05-31'),
BulkReportTypes::REPORT_DELETED_LOCAL_UNITS));
BulkReportTypes::REPORT_DELETED_LOCAL_UNITS
));

foreach ($gusReports as $gusReport) {
//you can change report type to other one
Expand Down

0 comments on commit d4c023a

Please sign in to comment.