Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbj authored and github-actions[bot] committed Aug 23, 2022
1 parent 7e6a0ad commit e5942cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Cord.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@
class Cord
{
public ?DataTarget $target = DataTarget::Shipment;

public ?string $targetKey = null;

public ?string $company = null;

public ?string $server = null;

public ?string $enterprise = null;

public bool $documents = false;

public array $filters = [];

protected $xml;

protected $client;

public function __construct()
Expand Down

0 comments on commit e5942cf

Please sign in to comment.