From 6143a885d8a396da3ab36dd263940cc6281309b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yunus=20Emre=20Delig=C3=B6z?= Date: Mon, 27 May 2024 13:45:23 +0300 Subject: [PATCH] style(pint.json): remove strict types declaration rule --- pint.json | 1 - 1 file changed, 1 deletion(-) diff --git a/pint.json b/pint.json index e30ca90..5b55e30 100644 --- a/pint.json +++ b/pint.json @@ -1,7 +1,6 @@ { "preset": "laravel", "rules": { - "declare_strict_types": true, "not_operator_with_successor_space": false, "binary_operator_spaces": { "default": "single_space",