mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-15 12:54:30 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -77,10 +77,10 @@ use function get_class;
|
|||
|
||||
final class FormatExtension extends AbstractExtension
|
||||
{
|
||||
protected $markdownParser;
|
||||
protected $moneyFormatter;
|
||||
protected $siformatter;
|
||||
protected $amountFormatter;
|
||||
protected MarkdownParser $markdownParser;
|
||||
protected MoneyFormatter $moneyFormatter;
|
||||
protected SIFormatter $siformatter;
|
||||
protected AmountFormatter $amountFormatter;
|
||||
|
||||
|
||||
public function __construct(MarkdownParser $markdownParser, MoneyFormatter $moneyFormatter,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue