mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-10 02:14:31 +02:00
Fixed some higher level PHPstan issues.
This commit is contained in:
parent
f2f5e0b76e
commit
3328dd968d
9 changed files with 12 additions and 11 deletions
|
@ -34,7 +34,7 @@ class BigDecimalType extends Type
|
|||
}
|
||||
|
||||
/**
|
||||
* @param string $value
|
||||
* @param string|null $value
|
||||
*
|
||||
* @return BigDecimal|\Brick\Math\BigNumber|mixed
|
||||
*/
|
||||
|
@ -48,7 +48,7 @@ class BigDecimalType extends Type
|
|||
}
|
||||
|
||||
/**
|
||||
* @param BigDecimal $value
|
||||
* @param BigDecimal|null $value
|
||||
*/
|
||||
public function convertToDatabaseValue($value, AbstractPlatform $platform)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue