mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-19 05:38:54 +01:00
Use typed properties
This commit is contained in:
@@ -65,7 +65,7 @@ abstract class AbstractDBElement implements JsonSerializable
|
||||
* @ORM\GeneratedValue()
|
||||
* @Groups({"full"})
|
||||
*/
|
||||
protected $id;
|
||||
protected ?int $id = null;
|
||||
|
||||
public function __clone()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user