mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-23 02:09:03 +02:00
Fixed PHPstan issues
This commit is contained in:
parent
3df47ed748
commit
2f958dafae
2 changed files with 5 additions and 3 deletions
|
@ -191,7 +191,7 @@ abstract class AbstractParameter extends AbstractNamedDBElement
|
|||
* Return a formatted string version of the values of the string.
|
||||
* Based on the set values it can return something like this: 34 V (12 V ... 50 V) [Text].
|
||||
*/
|
||||
#[Groups('parameter:read', 'full')]
|
||||
#[Groups(['parameter:read', 'full'])]
|
||||
#[SerializedName('formatted')]
|
||||
public function getFormattedValue(): string
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue