mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-12-20 01:49:31 +00:00
Fixed phpstan issues
This commit is contained in:
parent
afcbbe0f43
commit
3a8c5a788f
11 changed files with 25 additions and 124 deletions
|
|
@ -41,7 +41,7 @@ class TMEProvider implements InfoProviderInterface
|
|||
public function __construct(private readonly TMEClient $tmeClient, private readonly string $country,
|
||||
private readonly string $language, private readonly string $currency,
|
||||
/** @var bool If true, the prices are gross prices. If false, the prices are net prices. */
|
||||
private readonly string $get_gross_prices)
|
||||
private readonly bool $get_gross_prices)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue