mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-08 08:18:08 +01:00
Use typed properties
This commit is contained in:
@@ -73,7 +73,8 @@ use Symfony\Component\Validator\Constraints\Length;
|
||||
*/
|
||||
class UserSettingsController extends AbstractController
|
||||
{
|
||||
protected $demo_mode;
|
||||
protected bool $demo_mode;
|
||||
|
||||
/**
|
||||
* @var EventDispatcher|EventDispatcherInterface
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user