mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-02 17:25:05 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -41,7 +41,7 @@ class AbstractElementProviderTest extends WebTestCase
|
|||
self::bootKernel();
|
||||
$this->service = self::$container->get(AbstractDBElementProvider::class);
|
||||
$this->target = new class() extends AbstractDBElement {
|
||||
protected $id = 123;
|
||||
protected ?int $id = 123;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue