From e7a0508f802bdb6caa8328a03663eb52388a0edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 23 Aug 2019 15:48:02 +0200 Subject: [PATCH] Use strict types --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index a1b99be9..547c3853 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,6 +1,7 @@ preset: laravel enabled: - native_function_invocation +- declare_strict_types disabled: - concat_without_spaces - ternary_operator_spaces