mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-31 20:13:49 +00:00
apply more cs rules for php-cs
This commit is contained in:
@@ -23,25 +23,33 @@ class SimpleGeographicalUnitDTO
|
||||
public function __construct(
|
||||
/**
|
||||
* @readonly
|
||||
*
|
||||
* @psalm-readonly
|
||||
*
|
||||
* @Serializer\Groups({"read"})
|
||||
*/
|
||||
public int $id,
|
||||
/**
|
||||
* @readonly
|
||||
*
|
||||
* @psalm-readonly
|
||||
*
|
||||
* @Serializer\Groups({"read"})
|
||||
*/
|
||||
public string $unitName,
|
||||
/**
|
||||
* @readonly
|
||||
*
|
||||
* @psalm-readonly
|
||||
*
|
||||
* @Serializer\Groups({"read"})
|
||||
*/
|
||||
public string $unitRefId,
|
||||
/**
|
||||
* @readonly
|
||||
*
|
||||
* @psalm-readonly
|
||||
*
|
||||
* @Serializer\Groups({"read"})
|
||||
*/
|
||||
public int $layerId
|
||||
|
Reference in New Issue
Block a user