mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-14 04:14:36 +02:00
Use typed properties
This commit is contained in:
parent
548ec2ea50
commit
51e05a8669
216 changed files with 603 additions and 698 deletions
|
@ -50,7 +50,7 @@ use Symfony\Component\HttpKernel\Event\ResponseEvent;
|
|||
*/
|
||||
final class SymfonyDebugToolbarSubscriber implements EventSubscriberInterface
|
||||
{
|
||||
private $kernel_debug;
|
||||
private bool $kernel_debug;
|
||||
|
||||
public function __construct(bool $kernel_debug)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue