Skip to content

Commit

Permalink
Change order of classes in DisplayOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sprain committed Nov 8, 2024
1 parent fa25bb0 commit 2fd933c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/PaymentPart/Output/DisplayOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

namespace Sprain\SwissQrBill\PaymentPart\Output;

/**
* @internal
*/
final class LineStyle
{
public const SOLID = 'SOLID';
public const DASHED = 'DASHED';
public const NONE = 'NONE';
}

final class DisplayOptions
{
private bool $isPrintable = false;
Expand Down Expand Up @@ -96,3 +86,13 @@ public function consolidate(): void
}
}
}

/**
* @internal
*/
final class LineStyle
{
public const SOLID = 'SOLID';
public const DASHED = 'DASHED';
public const NONE = 'NONE';
}

0 comments on commit 2fd933c

Please sign in to comment.