From 812f0f5783595100df15b7f0231897465c1d0250 Mon Sep 17 00:00:00 2001 From: s-damian Date: Sun, 3 Mar 2024 12:25:29 +0300 Subject: [PATCH] Init strict_types=1 --- boot/app.php | 2 ++ boot/autoload.php | 2 ++ config/app.php | 2 ++ config/boot.php | 2 ++ config/cookie.php | 2 ++ config/database.php | 2 ++ config/dev.php | 2 ++ config/email.php | 2 ++ config/lang.php | 2 ++ config/mail.php | 2 ++ config/path.php | 2 ++ config/routing.php | 2 +- config/security.php | 2 ++ config/services.php | 2 ++ routes/list.php | 2 ++ tests/AppBoot.php | 2 ++ tests/Feature/FeatureBaseTest.php | 2 ++ tests/Feature/Http/Controllers/Front/PageControllerTest.php | 2 ++ 18 files changed, 35 insertions(+), 1 deletion(-) diff --git a/boot/app.php b/boot/app.php index 947a38a..38ebd40 100644 --- a/boot/app.php +++ b/boot/app.php @@ -1,5 +1,7 @@