mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-04 11:48:40 +00:00
fix strict type
This commit is contained in:
parent
4fe59969a9
commit
89935a9fdc
|
|
@ -1,8 +1,8 @@
|
||||||
<?php declare(strict_types=1);
|
<?php declare(strict_types=1);
|
||||||
|
|
||||||
\ini_set('memory_limit', '2048M');
|
\ini_set('memory_limit', '2048M');
|
||||||
\ini_set('display_errors', 1);
|
\ini_set('display_errors', '1');
|
||||||
\ini_set('display_startup_errors', 1);
|
\ini_set('display_startup_errors', '1');
|
||||||
\error_reporting(\E_ALL);
|
\error_reporting(\E_ALL);
|
||||||
|
|
||||||
if (\file_exists('vendor/autoload.php')) {
|
if (\file_exists('vendor/autoload.php')) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user