mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 09:54:17 +02:00
types
This commit is contained in:
parent
b06cf67a70
commit
0bfa009c0d
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ declare(strict_types=1);
|
|||
use Demostf\API\Container;
|
||||
use Doctrine\DBAL\DriverManager;
|
||||
|
||||
function get_magic_quotes_gpc() {
|
||||
function get_magic_quotes_gpc(): bool {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue