use strict types
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
require_once "config.php";
|
||||
/*
|
||||
|
Reference in New Issue
Block a user
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
<?php declare(strict_types=1);
|
||||
|
||||
require_once "config.php";
|
||||
/*
|
||||
|